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.
This commit is contained in:
Stephen Anthony 2022-06-14 15:52:07 -02:30
parent 64ee8686d6
commit 4af178bdd1
1 changed files with 1 additions and 1 deletions

View File

@ -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