version 0.5.3cvs
svn-id: r9304
This commit is contained in:
parent
c2e9916199
commit
1a70fe4413
5 changed files with 12 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue