From a0e666aef285d5c1cf4fed751889d37130cc5d89 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Wed, 21 Apr 2021 14:59:31 -0230 Subject: [PATCH] Next development cycle (for 6.6) begins. --- 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 b7aefa58e..bc58a857e 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.5.3" +#define STELLA_VERSION "6.6_pre" #define STELLA_BUILD "6775" #endif