From 5b13265772eb2243f6a0bdf2b87c502f10d7389a Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Wed, 3 May 2017 20:09:41 -0230 Subject: [PATCH] Bump version # for next pre-release. --- src/common/Version.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/Version.hxx b/src/common/Version.hxx index 3600bde1b..f3e5985af 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.0-pre6" -#define STELLA_BUILD "3284" +#define STELLA_VERSION "5.0.0-pre7" +#define STELLA_BUILD "3350" #endif