Преглед изворни кода

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

Michał W. Urbańczyk пре 13 година
родитељ
комит
e7603a1fee
1 измењених фајлова са 1 додато и 1 уклоњено
  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;