[Scummvm-cvs-logs] CVS: scummvm/common engine.cpp,1.26,1.27

Max Horn fingolfin at users.sourceforge.net
Wed Jul 30 13:28:01 CEST 2003


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

Modified Files:
	engine.cpp 
Log Message:
version 0.5.3cvs

Index: engine.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/engine.cpp,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- engine.cpp	30 Jul 2003 19:25:30 -0000	1.26
+++ engine.cpp	30 Jul 2003 20:26:59 -0000	1.27
@@ -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.3-cvs";
+const char *gScummVMVersion = "0.5.3cvs";
 const char *gScummVMBuildDate = __DATE__ " " __TIME__;
-const char *gScummVMFullVersion = "ScummVM 0.5.3-cvs (" __DATE__ " " __TIME__ ")";
+const char *gScummVMFullVersion = "ScummVM 0.5.3cvs (" __DATE__ " " __TIME__ ")";
 
 /* FIXME - BIG HACK for MidiEmu */
 OSystem *g_system = 0;





More information about the Scummvm-git-logs mailing list