[Scummvm-cvs-logs] CVS: scummvm/base main.cpp,1.60.2.3,1.60.2.4

Max Horn fingolfin at users.sourceforge.net
Sat Mar 26 12:50:50 CET 2005


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

Modified Files:
      Tag: branch-0-7-0
	main.cpp 
Log Message:
Increment version to 0.7.1

Index: main.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/main.cpp,v
retrieving revision 1.60.2.3
retrieving revision 1.60.2.4
diff -u -d -r1.60.2.3 -r1.60.2.4
--- main.cpp	8 Jan 2005 18:37:25 -0000	1.60.2.3
+++ main.cpp	26 Mar 2005 20:50:01 -0000	1.60.2.4
@@ -92,9 +92,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.7.0";
+const char *gScummVMVersion = "0.7.1";
 const char *gScummVMBuildDate = __DATE__ " " __TIME__;
-const char *gScummVMFullVersion = "ScummVM 0.7.0 (" __DATE__ " " __TIME__ ")";
+const char *gScummVMFullVersion = "ScummVM 0.7.1 (" __DATE__ " " __TIME__ ")";
 const char *gScummVMFeatures = ""
 #ifdef USE_VORBIS
 	"Vorbis "





More information about the Scummvm-git-logs mailing list