From 2e4849411b23767e3129a000d9ea41ee8e40de65 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Mon, 27 Mar 2017 16:30:34 -0230 Subject: [PATCH] Bumped version for next test 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 4629b6cf2..3600bde1b 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-pre5" -#define STELLA_BUILD "3242" +#define STELLA_VERSION "5.0.0-pre6" +#define STELLA_BUILD "3284" #endif