diff --git a/code/game/bg_public.h b/code/game/bg_public.h index 56a5cc9..2f19cab 100644 --- a/code/game/bg_public.h +++ b/code/game/bg_public.h @@ -8,7 +8,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 V 2.3 CB 4" +#define RPGX_VERSION "RPG-X V 2.3 BETA 2" #define RPGX_COMPILEDATE "20/05/11" #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 fc2ada6..d0daa8f 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 CB 4" +#define Q3_VERSION "RPG-X V 2.3 BETA 2" // end