diff options
Diffstat (limited to 'base')
| -rw-r--r-- | base/main.cpp | 4 |
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) |
