1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Version 0.96 release.

This commit is contained in:
DjWarmonger 2014-07-01 19:30:31 +02:00
parent cc349fa64f
commit cc294b3ae7
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;