From d6d0b4d944bd1da51108cc1e8ad30114260b1b2a Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Fri, 27 Mar 2020 20:52:15 -0230 Subject: [PATCH] And we start again ... --- 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 51da31362..09c706540 100644 --- a/src/common/Version.hxx +++ b/src/common/Version.hxx @@ -18,7 +18,7 @@ #ifndef VERSION_HXX #define VERSION_HXX -#define STELLA_VERSION "6.1" -#define STELLA_BUILD "5729" +#define STELLA_VERSION "6.2_pre" +#define STELLA_BUILD "5741" #endif