aboutsummaryrefslogtreecommitdiff
path: root/base/version.cpp
diff options
context:
space:
mode:
authorMax Lingua2014-01-10 18:28:43 -0500
committerMax Lingua2014-01-18 13:42:12 -0500
commit7dc0a54c5dcca7e86e88de513521961df67c812e (patch)
tree3803192dda4fd7785faa8daae1018e4c8cd49614 /base/version.cpp
parenta2313aef6635bb553e6bded3e1bd9ee7f2cf3621 (diff)
downloadscummvm-rg350-7dc0a54c5dcca7e86e88de513521961df67c812e.tar.gz
scummvm-rg350-7dc0a54c5dcca7e86e88de513521961df67c812e.tar.bz2
scummvm-rg350-7dc0a54c5dcca7e86e88de513521961df67c812e.zip
PS2: beautified & simplified version on screen
Diffstat (limited to 'base/version.cpp')
-rw-r--r--base/version.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/base/version.cpp b/base/version.cpp
index c55bd63323..43fa6878d6 100644
--- a/base/version.cpp
+++ b/base/version.cpp
@@ -56,9 +56,15 @@
* to properly work in exports (i.e. release tar balls etc.).
*/
const char *gScummVMVersion = SCUMMVM_VERSION;
+#ifdef __PLAYSTATION2__
+const char *gScummVMBuildDate = "2013-05-31"; /* ScummVM 1.6.0 Release */
+const char *gScummVMVersionDate = SCUMMVM_VERSION " - PlayStation2";
+const char *gScummVMFullVersion = "ScummVM " SCUMMVM_VERSION " - PlayStation2";
+#else
const char *gScummVMBuildDate = __DATE__ " " __TIME__;
const char *gScummVMVersionDate = SCUMMVM_VERSION " (" __DATE__ " " __TIME__ ")";
const char *gScummVMFullVersion = "ScummVM " SCUMMVM_VERSION " (" __DATE__ " " __TIME__ ")";
+#endif
const char *gScummVMFeatures = ""
#ifdef TAINTED_BUILD
// TAINTED means the build contains engines/subengines not enabled by default