浏览代码

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;