[Scummvm-cvs-logs] CVS: scummvm/base main.cpp,1.10,1.11

Jonathan Gray khalek at users.sourceforge.net
Sun Oct 5 06:58:04 CEST 2003


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

Modified Files:
	main.cpp 
Log Message:
bump version

Index: main.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/main.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- main.cpp	5 Oct 2003 13:10:28 -0000	1.10
+++ main.cpp	5 Oct 2003 13:57:31 -0000	1.11
@@ -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.3cvs";
+const char *gScummVMVersion = "0.5.4cvs";
 const char *gScummVMBuildDate = __DATE__ " " __TIME__;
-const char *gScummVMFullVersion = "ScummVM 0.5.3cvs (" __DATE__ " " __TIME__ ")";
+const char *gScummVMFullVersion = "ScummVM 0.5.4cvs (" __DATE__ " " __TIME__ ")";
 
 
 Config	*g_config = 0;
@@ -104,6 +104,10 @@
 #undef main
 #endif
 
+#if defined (ALLEGRO_BACKEND)
+#include "allegro.h"
+#endif
+
 #if defined(UNIX)
 #include <sys/param.h>
 #ifndef MAXPATHLEN
@@ -331,6 +335,10 @@
 	delete system;
 	return 0;
 }
+// allegro needs this for some reason...
+#if defined(ALLEGRO_BACKEND)
+END_OF_MAIN();
+#endif
 
 #endif // WIN32_WCE
 





More information about the Scummvm-git-logs mailing list