18 lines
732 B
Diff
18 lines
732 B
Diff
Index: base/version.cpp
|
|
===================================================================
|
|
--- base/version.cpp.orig
|
|
+++ base/version.cpp
|
|
@@ -59,9 +59,9 @@
|
|
* to properly work in exports (i.e. release tar balls etc.).
|
|
*/
|
|
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 *gScummVMBuildDate = "";
|
|
+const char *gScummVMVersionDate = SCUMMVM_VERSION;
|
|
+const char *gScummVMFullVersion = "ScummVM " SCUMMVM_VERSION;
|
|
const char *gScummVMFeatures = ""
|
|
#ifdef USE_TREMOR
|
|
#ifdef USE_TREMOLO
|