From cfcee0f6736bb86f6fcb230bc40cf88b9bfcea97 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 5 Nov 2003 12:28:03 +0000 Subject: 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 --- base/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'base') 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) -- cgit v1.2.3