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:
stephena 2010-08-23 11:09:04 +00:00
parent 2f9ee65822
commit b81bb187b7
2 changed files with 3 additions and 2 deletions

View File

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

View File

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