[Scummvm-cvs-logs] CVS: scummvm/base main.cpp,1.26,1.27

James Brown ender at users.sourceforge.net
Mon Dec 8 08:15:01 CET 2003


Update of /cvsroot/scummvm/scummvm/base
In directory sc8-pr-cvs1:/tmp/cvs-serv2015/base

Modified Files:
	main.cpp 
Log Message:
Version bump, small NEWS tweakage


Index: main.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/main.cpp,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- main.cpp	10 Nov 2003 23:40:48 -0000	1.26
+++ main.cpp	8 Dec 2003 16:14:00 -0000	1.27
@@ -78,9 +78,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.5cvs";
+const char *gScummVMVersion = "0.5.7cvs";
 const char *gScummVMBuildDate = __DATE__ " " __TIME__;
-const char *gScummVMFullVersion = "ScummVM 0.5.5cvs (" __DATE__ " " __TIME__ ")";
+const char *gScummVMFullVersion = "ScummVM 0.5.7cvs (" __DATE__ " " __TIME__ ")";
 
 
 #if defined(WIN32) && defined(NO_CONSOLE)





More information about the Scummvm-git-logs mailing list