From b81bb187b717fbb412e9f3d2a5498beb3615a831 Mon Sep 17 00:00:00 2001 From: stephena Date: Mon, 23 Aug 2010 11:09:04 +0000 Subject: [PATCH] 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 --- Changes.txt | 3 ++- src/common/Version.hxx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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