From 4af178bdd1a33220ad3852f2cc67aa8310d5c95b Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Tue, 14 Jun 2022 15:52:07 -0230 Subject: [PATCH] Bumped version number for next release. It's probably some time away yet; certainly not this year. One requirement is it will require C++17 fully. So that means g++-10 at minimum, Visual Studio 2022, and the latest version of Xcode. --- 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 206ffabc6..bfeb873e3 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.7" +#define STELLA_VERSION "7.0_pre" #define STELLA_BUILD "7293" #endif