From e507f8300bd7eb0335fb0f1f91e09ef705c715fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20W=2E=20Urba=C5=84czyk?= Date: Sat, 24 Jul 2010 12:27:08 +0000 Subject: [PATCH] REAL base for dev build 0.81b (saveformat version bump) --- ChangeLog | 2 +- lib/Connection.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8edb1340e..96cd759e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,7 +5,7 @@ ADVENTURE MAP: * Favourable Winds reduce sailing cost HERO: -* Most of hero specialties are supported, including: +* Most of hero specialities are supported, including: -Creature specialities (progressive, fixed, Sir Mullich) -Spell damage specialities (Deemer), fixed bonus (Ciele) -Secondary skill bonuses diff --git a/lib/Connection.h b/lib/Connection.h index 1905d03d1..91f558cb5 100644 --- a/lib/Connection.h +++ b/lib/Connection.h @@ -23,7 +23,7 @@ #include #include -const ui32 version = 723; +const ui32 version = 724; class CConnection; class CGObjectInstance; class CGameState;