[Scummvm-cvs-logs] CVS: scummvm/common engine.cpp,1.24,1.25

Jonathan Gray khalek at users.sourceforge.net
Mon Jul 28 06:00:08 CEST 2003


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv3195a

Modified Files:
	engine.cpp 
Log Message:
change version to 0.5.3-cvs allowing room for two follow up minor releases...

Index: engine.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/engine.cpp,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- engine.cpp	28 Jul 2003 01:50:23 -0000	1.24
+++ engine.cpp	28 Jul 2003 12:59:39 -0000	1.25
@@ -64,9 +64,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.5.0pre-cvs";
+const char *gScummVMVersion = "0.5.3-cvs";
 const char *gScummVMBuildDate = __DATE__ " " __TIME__;
-const char *gScummVMFullVersion = "ScummVM 0.5.0pre-cvs (" __DATE__ " " __TIME__ ")";
+const char *gScummVMFullVersion = "ScummVM 0.5.3-cvs (" __DATE__ " " __TIME__ ")";
 
 /* FIXME - BIG HACK for MidiEmu */
 OSystem *g_system = 0;





More information about the Scummvm-git-logs mailing list