mirror of
https://github.com/UberGames/rpgxEF.git
synced 2024-11-10 15:21:34 +00:00
changed RPGX_COMPILEDATE to automatically be set by compiler
This commit is contained in:
parent
d94547307c
commit
049c0399b9
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
// because games can change separately from the main system version, we need a
|
// because games can change separately from the main system version, we need a
|
||||||
// second version that must match between game and cgame
|
// second version that must match between game and cgame
|
||||||
#define RPGX_VERSION "RPG-X V 2.3 CB 4"
|
#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 RPGX_COMPILEDBY "GSIO01"
|
||||||
#define GAME_VERSION "RPG-X v" RPGX_VERSION
|
#define GAME_VERSION "RPG-X v" RPGX_VERSION
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue