aboutsummaryrefslogtreecommitdiff
path: root/common/main.cpp
diff options
context:
space:
mode:
authorMax Horn2003-07-15 02:16:33 +0000
committerMax Horn2003-07-15 02:16:33 +0000
commitb05e7de7bb7d59647356d63ccb10e53bbec61bcd (patch)
tree9086c81565e5a46e912fd00a63239bc46b2bf342 /common/main.cpp
parentcc8334638b5f3f79e23b5580282a753f65b75ad5 (diff)
downloadscummvm-rg350-b05e7de7bb7d59647356d63ccb10e53bbec61bcd.tar.gz
scummvm-rg350-b05e7de7bb7d59647356d63ccb10e53bbec61bcd.tar.bz2
scummvm-rg350-b05e7de7bb7d59647356d63ccb10e53bbec61bcd.zip
replaced SCUMMVM_VERSION/SCUMMVM_CVS by gScummVMVersion/gScummVMBuildDate/gScummVMFullVersion; made engine.o depend on all other .o files, so that the build date in it is always up-to-date
svn-id: r9032
Diffstat (limited to 'common/main.cpp')
-rw-r--r--common/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/main.cpp b/common/main.cpp
index 07a93a46a3..ef5b2fe1a0 100644
--- a/common/main.cpp
+++ b/common/main.cpp
@@ -178,7 +178,7 @@ int main(int argc, char *argv[]) {
// Read the config file
g_config = new Config(scummhome, "scummvm");
- g_config->set("versioninfo", SCUMMVM_VERSION);
+ g_config->set("versioninfo", gScummVMVersion);
// Parse the command line information
detector._saveconfig = false;