1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-17 00:07:41 +02:00

Final preparations for merge into develop (#780)

* version updated, change log updated from release draft
* horse sounds for terrains
* Update and freeze essential files
This commit is contained in:
Nordsoft91
2022-09-03 20:02:24 +04:00
committed by Andrii Danylchenko
parent 670bca2fdb
commit 99a9680f62
9 changed files with 126 additions and 23 deletions

View File

@ -51,9 +51,9 @@ const TeamID TeamID::NO_TEAM = TeamID(255);
namespace GameConstants
{
#ifdef VCMI_NO_EXTRA_VERSION
const std::string VCMI_VERSION = std::string("VCMI 0.99");
const std::string VCMI_VERSION = std::string("VCMI 1.0.0");
#else
const std::string VCMI_VERSION = std::string("VCMI 0.99 ") + GIT_SHA1;
const std::string VCMI_VERSION = std::string("VCMI 1.0.0.") + GIT_SHA1;
#endif
}