version 0.5.3cvs

svn-id: r9304
This commit is contained in:
Max Horn 2003-07-30 20:26:59 +00:00
parent c2e9916199
commit 1a70fe4413
5 changed files with 12 additions and 12 deletions

View file

@ -64,9 +64,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.3-cvs";
const char *gScummVMVersion = "0.5.3cvs";
const char *gScummVMBuildDate = __DATE__ " " __TIME__;
const char *gScummVMFullVersion = "ScummVM 0.5.3-cvs (" __DATE__ " " __TIME__ ")";
const char *gScummVMFullVersion = "ScummVM 0.5.3cvs (" __DATE__ " " __TIME__ ")";
/* FIXME - BIG HACK for MidiEmu */
OSystem *g_system = 0;