diff --git a/code/game/bg_public.h b/code/game/bg_public.h index 3c4e62b..8ce1cf9 100644 --- a/code/game/bg_public.h +++ b/code/game/bg_public.h @@ -8,8 +8,8 @@ // 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 BETA 2 H2" -#define RPGX_COMPILEDATE "15/02/14" +#define RPGX_VERSION "RPG-X V 2.3 BETA 2 H3" +#define RPGX_COMPILEDATE "20/02/14" #define RPGX_COMPILEDBY "GSIO01" #define GAME_VERSION "RPG-X v" RPGX_VERSION diff --git a/code/qcommon/stv_version.h b/code/qcommon/stv_version.h index 5c6a35e..faaba4b 100755 --- a/code/qcommon/stv_version.h +++ b/code/qcommon/stv_version.h @@ -1,5 +1,5 @@ // Current version of holomatch game -#define Q3_VERSION "RPG-X V 2.3 BETA 2 H2" +#define Q3_VERSION "RPG-X V 2.3 BETA 2 H3" // end