mirror of https://github.com/stella-emu/stella.git
Final commits for the 3.2.1 release.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2111 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
2f9ee65822
commit
b81bb187b7
|
@ -21,7 +21,8 @@
|
|||
performed during the rewind. Related to this, fixed a similar issue
|
||||
with the debugger 'loadstate' and 'savestate' commands.
|
||||
|
||||
* Added game properties info for the newly released 'Halo 2600' ROM.
|
||||
* Added game properties info and snapshot for the newly released
|
||||
'Halo 2600' ROM.
|
||||
|
||||
-Have fun!
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include <cstdlib>
|
||||
|
||||
#define STELLA_VERSION "3.2.1_pre"
|
||||
#define STELLA_VERSION "3.2.1"
|
||||
#define STELLA_BUILD atoi("$Rev$" + 6)
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue