[Scummvm-cvs-logs] CVS: scummvm/base main.cpp,1.93.2.1,1.93.2.2

Eugene Sandulenko sev at users.sourceforge.net
Tue Oct 18 13:10:38 CEST 2005


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

Modified Files:
      Tag: branch-0-8-0
	main.cpp 
Log Message:
Changing version to 0.8.0pre, as to more accurate.


Index: main.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/main.cpp,v
retrieving revision 1.93.2.1
retrieving revision 1.93.2.2
diff -u -d -r1.93.2.1 -r1.93.2.2
--- main.cpp	18 Oct 2005 02:11:17 -0000	1.93.2.1
+++ main.cpp	18 Oct 2005 20:09:39 -0000	1.93.2.2
@@ -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.8.0pre";
 const char *gScummVMBuildDate = __DATE__ " " __TIME__;
-const char *gScummVMFullVersion = "ScummVM 0.8.0CVS (" __DATE__ " " __TIME__ ")";
+const char *gScummVMFullVersion = "ScummVM 0.8.0pre (" __DATE__ " " __TIME__ ")";
 const char *gScummVMFeatures = ""
 #ifdef USE_TREMOR
 	"Tremor "





More information about the Scummvm-git-logs mailing list