changed RPGX_COMPILEDATE to automatically be set by compiler

This commit is contained in:
Walter Julius Hennecke 2013-08-24 17:37:16 +02:00
parent d94547307c
commit 049c0399b9
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
// because games can change separately from the main system version, we need a
// second version that must match between game and cgame
#define RPGX_VERSION "RPG-X V 2.3 CB 4"
#define RPGX_COMPILEDATE "20/05/11"
#define RPGX_COMPILEDATE __DATE__ " " __TIME__
#define RPGX_COMPILEDBY "GSIO01"
#define GAME_VERSION "RPG-X v" RPGX_VERSION