From 97f1220e1129d2accab2305035627a01e0d21ca0 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Tue, 18 Jul 2017 18:12:05 -0230 Subject: [PATCH] Bumped version number for next release; we start again ... --- 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 3be039ff7..beae6bc52 100644 --- a/src/common/Version.hxx +++ b/src/common/Version.hxx @@ -18,7 +18,7 @@ #ifndef VERSION_HXX #define VERSION_HXX -#define STELLA_VERSION "5.0" +#define STELLA_VERSION "5.1_pre" #define STELLA_BUILD "3474" #endif