From 4abaa908e42917e5314f2d3ba05b0cd35dc007ca Mon Sep 17 00:00:00 2001 From: Harry Young Date: Wed, 25 Sep 2013 23:08:56 +0200 Subject: [PATCH] RPG-X 2.3 BETA 2 RELEASE VERSION Signed-off-by: Harry Young --- code/game/bg_public.h | 2 +- code/qcommon/stv_version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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