From 7cb10174740b94efe722b7d2c469f1f3eed1f4fe Mon Sep 17 00:00:00 2001 From: Olion Date: Sun, 12 Apr 2015 15:57:11 +0300 Subject: [PATCH] [Warden] Fix required config version --- src/shared/SystemConfig.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/SystemConfig.h.in b/src/shared/SystemConfig.h.in index 42630090..b05f2b64 100644 --- a/src/shared/SystemConfig.h.in +++ b/src/shared/SystemConfig.h.in @@ -42,7 +42,7 @@ // Format is YYYYMMDDRR where RR is the change in the conf file // for that day. #ifndef MANGOSD_CONFIG_VERSION -# define MANGOSD_CONFIG_VERSION 2015041201 +# define MANGOSD_CONFIG_VERSION 2015041202 #endif #ifndef REALMD_CONFIG_VERSION # define REALMD_CONFIG_VERSION 2010062001