From 3287cd06fc14be0e45e90485a517f3906d99aef7 Mon Sep 17 00:00:00 2001 From: Christian Speckner Date: Wed, 7 Dec 2016 21:48:09 +0100 Subject: [PATCH] Bump version to 5.0.0-pre1 . --- src/common/Version.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/Version.hxx b/src/common/Version.hxx index 0d87b71ad..389de6f1d 100644 --- a/src/common/Version.hxx +++ b/src/common/Version.hxx @@ -22,7 +22,7 @@ #include -#define STELLA_VERSION "4.7.3" +#define STELLA_VERSION "5.0.0-pre1" #define STELLA_BUILD atoi("$Rev$" + 6) #endif