diff --git a/ChangeLog b/ChangeLog index 9ed0fc2ec..f82ae8d83 100644 --- a/ChangeLog +++ b/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) diff --git a/lib/Connection.h b/lib/Connection.h index c3c349b87..3918f8020 100644 --- a/lib/Connection.h +++ b/lib/Connection.h @@ -26,7 +26,7 @@ #include "ConstTransitivePtr.h" -const ui32 version = 729; +const ui32 version = 730; class CConnection; class CGObjectInstance; class CGameState;