diff --git a/Changes.txt b/Changes.txt index 214221989..ece8636dc 100644 --- a/Changes.txt +++ b/Changes.txt @@ -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! diff --git a/src/common/Version.hxx b/src/common/Version.hxx index d39f8e464..c07cbf1c9 100644 --- a/src/common/Version.hxx +++ b/src/common/Version.hxx @@ -22,7 +22,7 @@ #include -#define STELLA_VERSION "3.2.1_pre" +#define STELLA_VERSION "3.2.1" #define STELLA_BUILD atoi("$Rev$" + 6) #endif