1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-12 02:28:11 +02:00

For 0.91 release.

This commit is contained in:
DjWarmonger 2013-02-01 08:44:20 +00:00
parent a1da195b85
commit d325528aa5
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
#include "CObjectHandler.h" //for CArmedInstance
#include "Mapping/CCampaignHandler.h" //for CCampaignState
const ui32 version = 733;
const ui32 version = 734;
const TSlot COMMANDER_SLOT_PLACEHOLDER = -2;
class CConnection;

View File

@ -12,7 +12,7 @@
namespace GameConstants
{
const std::string VCMI_VERSION = "VCMI 0.90c";
const std::string VCMI_VERSION = "VCMI 0.91";
/*
* DATA_DIR contains the game data (Data/, MP3/, ...).