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

define app version only in CMakeLists

now it's propagated to code via macros
This commit is contained in:
Andrey Filipenkov
2022-10-04 12:29:38 +03:00
parent af1f35779d
commit 92dd6d8c17
5 changed files with 12 additions and 18 deletions

View File

@@ -38,9 +38,6 @@ struct IdTag
namespace GameConstants
{
DLL_LINKAGE extern const int VCMI_VERSION_MAJOR;
DLL_LINKAGE extern const int VCMI_VERSION_MINOR;
DLL_LINKAGE extern const int VCMI_VERSION_PATCH;
DLL_LINKAGE extern const std::string VCMI_VERSION;
const int PUZZLE_MAP_PIECES = 48;