소스 검색

Bump save format. Release date in changelog.

Michał W. Urbańczyk 14 년 전
부모
커밋
e3db348304
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      ChangeLog
  2. 1 1
      lib/Connection.h

+ 1 - 1
ChangeLog

@@ -1,4 +1,4 @@
-0.85 -> 0.86 (Sep 01 2011?)
+0.85 -> 0.86 (Sep 01 2011)
 GENERAL:
 * Reinstated music support
 * Bonus system optimizations (caching)

+ 1 - 1
lib/Connection.h

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