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:
committed by
Andrii Danylchenko
parent
670bca2fdb
commit
99a9680f62
@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user