From 8cb0c8c3204b75685dfc6f25d8ac9e49e6c52545 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sun, 5 Oct 2003 13:58:46 +0000 Subject: bump version svn-id: r10606 --- base/main.cpp | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'base/main.cpp') diff --git a/base/main.cpp b/base/main.cpp index 94e565ed5f..2a2cf17428 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -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 @@ extern "C" int main(int argc, char *argv[]); #undef main #endif +#if defined (ALLEGRO_BACKEND) +#include "allegro.h" +#endif + #if defined(UNIX) #include #ifndef MAXPATHLEN @@ -331,6 +335,10 @@ int main(int argc, char *argv[]) { delete system; return 0; } +// allegro needs this for some reason... +#if defined(ALLEGRO_BACKEND) +END_OF_MAIN(); +#endif #endif // WIN32_WCE -- cgit v1.2.3