aboutsummaryrefslogtreecommitdiff
path: root/common/gameDetector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/gameDetector.cpp')
-rw-r--r--common/gameDetector.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/gameDetector.cpp b/common/gameDetector.cpp
index 88c9db6023..feef3aa2dc 100644
--- a/common/gameDetector.cpp
+++ b/common/gameDetector.cpp
@@ -437,8 +437,7 @@ void GameDetector::parseCommandLine(int argc, char **argv) {
break;
case 'v':
CHECK_OPTION();
- printf("ScummVM " SCUMMVM_VERSION "\nBuilt on " __DATE__ " "
- __TIME__ "\n");
+ printf("%s\n", gScummVMFullVersion);
exit(1);
case 'w':
_saveconfig = true;