From b05e7de7bb7d59647356d63ccb10e53bbec61bcd Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 15 Jul 2003 02:16:33 +0000 Subject: 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 --- common/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/main.cpp') 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; -- cgit v1.2.3