[Scummvm-cvs-logs] CVS: scummvm/base internal_version.h,NONE,1.1 internal_version.h.in,NONE,1.1 main.cpp,1.99,1.100

Max Horn fingolfin at users.sourceforge.net
Wed Jan 25 12:54:03 CET 2006


Update of /cvsroot/scummvm/scummvm/base
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27091/base

Modified Files:
	main.cpp 
Added Files:
	internal_version.h internal_version.h.in 
Log Message:
New tools/update-version.pl script (usage: CMD 1 2 3 CVS  -> results in version 1.2.3CVS)

--- NEW FILE: internal_version.h ---
#define SCUMMVM_VERSION "0.9.0cvs"

--- NEW FILE: internal_version.h.in ---
#define SCUMMVM_VERSION "@VERSION@"

Index: main.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/main.cpp,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- main.cpp	18 Jan 2006 17:39:33 -0000	1.99
+++ main.cpp	25 Jan 2006 20:53:25 -0000	1.100
@@ -32,6 +32,7 @@
 #include "base/engine.h"
 #include "base/gameDetector.h"
 #include "base/plugins.h"
+#include "base/internal_version.h"
 #include "base/version.h"
 #include "common/config-manager.h"
 #include "common/file.h"
@@ -93,9 +94,9 @@
  * to setup, but I have no idea if/how one can also change files which are not
  * currently being commit'ed.
  */
-const char *gScummVMVersion = "0.9.0CVS";
+const char *gScummVMVersion = SCUMMVM_VERSION;
 const char *gScummVMBuildDate = __DATE__ " " __TIME__;
-const char *gScummVMFullVersion = "ScummVM 0.9.0CVS (" __DATE__ " " __TIME__ ")";
+const char *gScummVMFullVersion = "ScummVM " SCUMMVM_VERSION " (" __DATE__ " " __TIME__ ")";
 const char *gScummVMFeatures = ""
 #ifdef USE_TREMOR
 	"Tremor "





More information about the Scummvm-git-logs mailing list