mirror of https://github.com/stella-emu/stella.git
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:
parent
32e726b5f4
commit
93f6635ea8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue