From af37d3e31edf8e7cd3e1e3e06403f30f665e3eb3 Mon Sep 17 00:00:00 2001 From: liuyanghejerry Date: Sat, 8 Nov 2014 15:09:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=B3=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liuyanghejerry --- src/common/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/common.h b/src/common/common.h index 5bbf78d..94e787d 100644 --- a/src/common/common.h +++ b/src/common/common.h @@ -9,7 +9,7 @@ namespace GlobalDef { const static char CLIENT_TYPE[] = "alpha"; -const static int CLIENT_VER = 52; +const static int CLIENT_VER = 53; const static char SETTINGS_NAME[] = "mrpaint.ini";