Updated RPG-X version macros for 2.3 beta 2 hotfix 2.

This commit is contained in:
Walter Julius Hennecke 2014-02-15 23:02:44 +01:00
parent 38e3434b36
commit bc14c67ac7
2 changed files with 1078 additions and 1078 deletions

View file

@ -8,8 +8,8 @@
// 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 BETA 2" #define RPGX_VERSION "RPG-X V 2.3 BETA 2 H2"
#define RPGX_COMPILEDATE "20/05/11" #define RPGX_COMPILEDATE "15/02/14"
#define RPGX_COMPILEDBY "GSIO01" #define RPGX_COMPILEDBY "GSIO01"
#define GAME_VERSION "RPG-X v" RPGX_VERSION #define GAME_VERSION "RPG-X v" RPGX_VERSION

View file

@ -1,5 +1,5 @@
// Current version of holomatch game // Current version of holomatch game
#define Q3_VERSION "RPG-X V 2.3 BETA 2" #define Q3_VERSION "RPG-X V 2.3 BETA 2 H2"
// end // end