mirror of
https://github.com/UberGames/RPG-X2.git
synced 2025-04-15 18:41:21 +00:00
Forgot to adjust version
This commit is contained in:
parent
84b478230d
commit
daf1201460
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,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 v2.2 wc121211b"
|
||||
#define RPGX_VERSION "RPG-X v2.2 wc131211a"
|
||||
#define RPGX_COMPILEDATE "20/05/11"
|
||||
#define RPGX_COMPILEDBY "GSIO01"
|
||||
//const char GAME_VERSION[] = strcat("RPG-X v",RPGX_VERSION);
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Current version of holomatch game
|
||||
|
||||
#define Q3_VERSION "RPG-X v2.2 wc121211b"
|
||||
#define Q3_VERSION "RPG-X v2.2 wc131211a"
|
||||
|
||||
// end
|
||||
|
|
Loading…
Reference in a new issue