aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorMax Horn2003-11-05 12:28:03 +0000
committerMax Horn2003-11-05 12:28:03 +0000
commitcfcee0f6736bb86f6fcb230bc40cf88b9bfcea97 (patch)
treebcfa4230886a84971b327796575594803a782235 /base
parent297ddb370b450c925cbe9a04aefb575d57a34efa (diff)
downloadscummvm-rg350-cfcee0f6736bb86f6fcb230bc40cf88b9bfcea97.tar.gz
scummvm-rg350-cfcee0f6736bb86f6fcb230bc40cf88b9bfcea97.tar.bz2
scummvm-rg350-cfcee0f6736bb86f6fcb230bc40cf88b9bfcea97.zip
bumped version to 0.5.5 (since so many changes to the launcher/options dialogs were made -> this helps to verify whether users use ScummVM pre or post these changes)
svn-id: r11153
Diffstat (limited to 'base')
-rw-r--r--base/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/main.cpp b/base/main.cpp
index 9f02ba4350..b8c0b721a7 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -78,9 +78,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.4cvs";
+const char *gScummVMVersion = "0.5.5cvs";
const char *gScummVMBuildDate = __DATE__ " " __TIME__;
-const char *gScummVMFullVersion = "ScummVM 0.5.4cvs (" __DATE__ " " __TIME__ ")";
+const char *gScummVMFullVersion = "ScummVM 0.5.5cvs (" __DATE__ " " __TIME__ ")";
#if defined(WIN32) && defined(NO_CONSOLE)