Browse Source

One more thing for dev release — bump save format (so the old saves won't crash us).

Michał W. Urbańczyk 13 years ago
parent
commit
e7603a1fee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Connection.h

+ 1 - 1
lib/Connection.h

@@ -20,7 +20,7 @@
 
 #include "ConstTransitivePtr.h"
 
-const ui32 version = 730;
+const ui32 version = 731;
 class CConnection;
 class CGObjectInstance;
 class CGameState;