[Scummvm-cvs-logs] CVS: scummvm/base main.cpp,1.93,1.94

Eugene Sandulenko sev at users.sourceforge.net
Mon Oct 17 06:43:32 CEST 2005


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

Modified Files:
	main.cpp 
Log Message:
Bump version to 0.9.0CVS. Woo hoo!


Index: main.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/main.cpp,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- main.cpp	17 Sep 2005 10:27:34 -0000	1.93
+++ main.cpp	17 Oct 2005 13:42:36 -0000	1.94
@@ -93,9 +93,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.8.0CVS";
+const char *gScummVMVersion = "0.9.0CVS";
 const char *gScummVMBuildDate = __DATE__ " " __TIME__;
-const char *gScummVMFullVersion = "ScummVM 0.8.0CVS (" __DATE__ " " __TIME__ ")";
+const char *gScummVMFullVersion = "ScummVM 0.9.0CVS (" __DATE__ " " __TIME__ ")";
 const char *gScummVMFeatures = ""
 #ifdef USE_TREMOR
 	"Tremor "





More information about the Scummvm-git-logs mailing list