From 4a2eede7d8475511930c4773a95e8931de95ec48 Mon Sep 17 00:00:00 2001 From: Alexander Rutman Date: Mon, 23 Jul 2018 01:50:58 +0300 Subject: [PATCH] Update the revision number from 314 to 315 --- code/game/bg_public.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/bg_public.h b/code/game/bg_public.h index 4780510..29d2c8f 100644 --- a/code/game/bg_public.h +++ b/code/game/bg_public.h @@ -106,7 +106,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define CS_MAX (CS_PARTICLES+MAX_LOCATIONS) -#define REVISION 314 +#define REVISION 315 #if (CS_MAX) > MAX_CONFIGSTRINGS #error overflow: (CS_MAX) > MAX_CONFIGSTRINGS #endif