mirror of
https://github.com/UberGames/rpgxEF.git
synced 2024-11-10 07:11:34 +00:00
Updated RPG-X version macros for 2.3 beta 2 hotfix 2.
This commit is contained in:
parent
38e3434b36
commit
bc14c67ac7
2 changed files with 1078 additions and 1078 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue