From 68d977b49b10dfe88898f56aa82f17f48e9bc95d Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Mon, 27 Jul 2020 13:41:54 -0230 Subject: [PATCH] I guess we're far enough along to move the version number. --- 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 9c070d208..22801ca3a 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.2.1" -#define STELLA_BUILD "6041" +#define STELLA_VERSION "6.3_pre" +#define STELLA_BUILD "6091" #endif