소스 검색

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;