[Scummvm-cvs-logs] CVS: scummvm/base main.cpp,1.35.2.5,1.35.2.6

James Brown ender at users.sourceforge.net
Sat Jul 24 01:49:01 CEST 2004


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

Modified Files:
      Tag: branch-0-6-0
	main.cpp 
Log Message:
Version bump for tagging..


Index: main.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/main.cpp,v
retrieving revision 1.35.2.5
retrieving revision 1.35.2.6
diff -u -d -r1.35.2.5 -r1.35.2.6
--- main.cpp	11 Jul 2004 04:36:56 -0000	1.35.2.5
+++ main.cpp	24 Jul 2004 08:48:07 -0000	1.35.2.6
@@ -83,9 +83,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.6.1CVS";
+const char *gScummVMVersion = "0.6.1";
 const char *gScummVMBuildDate = __DATE__ " " __TIME__;
-const char *gScummVMFullVersion = "ScummVM 0.6.1CVS (" __DATE__ " " __TIME__ ")";
+const char *gScummVMFullVersion = "ScummVM 0.6.1 (" __DATE__ " " __TIME__ ")";
 const char *gScummVMFeatures = ""
 #ifdef USE_VORBIS
 	"Vorbis "





More information about the Scummvm-git-logs mailing list