diff options
Diffstat (limited to 'base/main.cpp')
-rw-r--r-- | base/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/main.cpp b/base/main.cpp index d32849dfb0..b2f32edb1e 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -97,6 +97,7 @@ */ const char *gScummVMVersion = SCUMMVM_VERSION; const char *gScummVMBuildDate = __DATE__ " " __TIME__; +const char *gScummVMVersionDate = SCUMMVM_VERSION " (" __DATE__ " " __TIME__ ")"; const char *gScummVMFullVersion = "ScummVM " SCUMMVM_VERSION " (" __DATE__ " " __TIME__ ")"; const char *gScummVMFeatures = "" #ifdef USE_TREMOR |