1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Increment vcmi version

This commit is contained in:
nordsoft
2022-09-22 16:41:23 +04:00
parent 145103a32d
commit 2c7198a01a
2 changed files with 20 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ const TeamID TeamID::NO_TEAM = TeamID(255);
namespace GameConstants
{
const int VCMI_VERSION_MAJOR = 1;
const int VCMI_VERSION_MINOR = 0;
const int VCMI_VERSION_MINOR = 1;
const int VCMI_VERSION_PATCH = 0;
const std::string VCMI_VERSION_STRING = std::to_string(VCMI_VERSION_MAJOR) + "." +