From e7603a1fee4885c5581b6d63cf159037abbf6785 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20W=2E=20Urba=C5=84czyk?= Date: Wed, 22 Feb 2012 22:32:23 +0000 Subject: [PATCH] =?UTF-8?q?One=20more=20thing=20for=20dev=20release=20?= =?UTF-8?q?=E2=80=94=20bump=20save=20format=20(so=20the=20old=20saves=20wo?= =?UTF-8?q?n't=20crash=20us).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/Connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Connection.h b/lib/Connection.h index 1ec0d8780..68b6ccb9c 100644 --- a/lib/Connection.h +++ b/lib/Connection.h @@ -20,7 +20,7 @@ #include "ConstTransitivePtr.h" -const ui32 version = 730; +const ui32 version = 731; class CConnection; class CGObjectInstance; class CGameState;