[Scummvm-cvs-logs] CVS: scummvm/base main.cpp,1.93.2.6,1.93.2.7

Eugene Sandulenko sev at users.sourceforge.net
Fri Jan 27 15:40:13 CET 2006


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

Modified Files:
      Tag: branch-0-8-0
	main.cpp 
Log Message:
Release is at hand. No more -pre


Index: main.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/main.cpp,v
retrieving revision 1.93.2.6
retrieving revision 1.93.2.7
diff -u -d -r1.93.2.6 -r1.93.2.7
--- main.cpp	25 Jan 2006 16:32:18 -0000	1.93.2.6
+++ main.cpp	27 Jan 2006 23:39:39 -0000	1.93.2.7
@@ -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.1pre";
+const char *gScummVMVersion = "0.8.1";
 const char *gScummVMBuildDate = __DATE__ " " __TIME__;
-const char *gScummVMFullVersion = "ScummVM 0.8.1pre (" __DATE__ " " __TIME__ ")";
+const char *gScummVMFullVersion = "ScummVM 0.8.1 (" __DATE__ " " __TIME__ ")";
 const char *gScummVMFeatures = ""
 #ifdef USE_TREMOR
 	"Tremor "





More information about the Scummvm-git-logs mailing list