From 9b8155b29d71231f5889dbc0fb1ca1c1e5664497 Mon Sep 17 00:00:00 2001 From: stephena Date: Wed, 30 May 2012 16:02:03 +0000 Subject: [PATCH] And so the cycle begins again. Fixed changelog so that lines don't wrap when opening in the default text editor in OSX. Yes, I *am* that picky (OCD would probably be a better description). Bumped version #. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2519 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- Changes.txt | 4 ++-- src/common/Version.hxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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