From 2e8d92a235453b417b8e831f411c7fa47be1c0c5 Mon Sep 17 00:00:00 2001 From: Alexander Rutman Date: Tue, 17 Jul 2018 02:14:01 +0300 Subject: [PATCH] Update the revision number from 312 to 313 --- 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 fb5f567..7423ce1 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 312 +#define REVISION 313 #if (CS_MAX) > MAX_CONFIGSTRINGS #error overflow: (CS_MAX) > MAX_CONFIGSTRINGS #endif