[Scummvm-cvs-logs] CVS: scummvm/base main.cpp,1.20,1.21

Max Horn fingolfin at users.sourceforge.net
Wed Nov 5 04:27:09 CET 2003


Update of /cvsroot/scummvm/scummvm/base
In directory sc8-pr-cvs1:/tmp/cvs-serv32332/base

Modified Files:
	main.cpp 
Log Message:
bumped version to 0.5.5 (since so many changes to the launcher/options dialogs were made -> this helps to verify whether users use ScummVM pre or post these changes)

Index: main.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/main.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- main.cpp	2 Nov 2003 10:12:07 -0000	1.20
+++ main.cpp	5 Nov 2003 12:26:39 -0000	1.21
@@ -78,9 +78,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.5.4cvs";
+const char *gScummVMVersion = "0.5.5cvs";
 const char *gScummVMBuildDate = __DATE__ " " __TIME__;
-const char *gScummVMFullVersion = "ScummVM 0.5.4cvs (" __DATE__ " " __TIME__ ")";
+const char *gScummVMFullVersion = "ScummVM 0.5.5cvs (" __DATE__ " " __TIME__ ")";
 
 
 #if defined(WIN32) && defined(NO_CONSOLE)





More information about the Scummvm-git-logs mailing list