diff --git a/Changes.txt b/Changes.txt index d95b01975..08f63252b 100644 --- a/Changes.txt +++ b/Changes.txt @@ -36,8 +36,8 @@ high score functionality to the Harmony cart flash RAM. * Added ability for ROM launcher to 'descend' into ZIP files when it - contains more than one ROM file. This means you no longer have to unzip - a multi-file archive before using each ROM. Thanks go to Roland + contains more than one ROM file. This means you no longer have to + unzip a multi-file archive before using each ROM. Thanks go to Roland Schabenberger (webOS maintainer) for this idea and sample code. * Several improvements to the debugger/disassembler: diff --git a/src/common/Version.hxx b/src/common/Version.hxx index 2ccdfbfea..891730b39 100644 --- a/src/common/Version.hxx +++ b/src/common/Version.hxx @@ -22,7 +22,7 @@ #include -#define STELLA_VERSION "3.7" +#define STELLA_VERSION "3.8_svn" #define STELLA_BUILD atoi("$Rev$" + 6) #endif