diff options
author | Jonathan Gray | 2003-07-28 12:59:39 +0000 |
---|---|---|
committer | Jonathan Gray | 2003-07-28 12:59:39 +0000 |
commit | da1cdeb0ec4a74e093340cd1a82695b4c287c11c (patch) | |
tree | 9fe0d3afee1000414f551e27518ea47e344b67ab /common | |
parent | 6d392a73e2c2425f7145eff5360c82132b492571 (diff) | |
download | scummvm-rg350-da1cdeb0ec4a74e093340cd1a82695b4c287c11c.tar.gz scummvm-rg350-da1cdeb0ec4a74e093340cd1a82695b4c287c11c.tar.bz2 scummvm-rg350-da1cdeb0ec4a74e093340cd1a82695b4c287c11c.zip |
change version to 0.5.3-cvs allowing room for two follow up minor releases...
svn-id: r9247
Diffstat (limited to 'common')
-rw-r--r-- | common/engine.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/engine.cpp b/common/engine.cpp index 71f3254d12..8c1132431e 100644 --- a/common/engine.cpp +++ b/common/engine.cpp @@ -64,9 +64,9 @@ * to setup, but I have no idea if/how one can also change files which are not * currently being commit'ed. */ -const char *gScummVMVersion = "0.5.0pre-cvs"; +const char *gScummVMVersion = "0.5.3-cvs"; const char *gScummVMBuildDate = __DATE__ " " __TIME__; -const char *gScummVMFullVersion = "ScummVM 0.5.0pre-cvs (" __DATE__ " " __TIME__ ")"; +const char *gScummVMFullVersion = "ScummVM 0.5.3-cvs (" __DATE__ " " __TIME__ ")"; /* FIXME - BIG HACK for MidiEmu */ OSystem *g_system = 0; |