diff --git a/lib/Connection.h b/lib/Connection.h index cfb51deb8..2b976d26b 100644 --- a/lib/Connection.h +++ b/lib/Connection.h @@ -27,7 +27,7 @@ #include "mapping/CCampaignHandler.h" //for CCampaignState #include "rmg/CMapGenerator.h" // for CMapGenOptions -const ui32 version = 749; +const ui32 version = 750; const ui32 minSupportedVersion = version; class CConnection; diff --git a/lib/GameConstants.h b/lib/GameConstants.h index e0229431d..386600c89 100644 --- a/lib/GameConstants.h +++ b/lib/GameConstants.h @@ -14,7 +14,7 @@ namespace GameConstants { - const std::string VCMI_VERSION = "VCMI 0.95c"; + const std::string VCMI_VERSION = "VCMI 0.96"; const int BFIELD_WIDTH = 17; const int BFIELD_HEIGHT = 11;