1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00

Revert "Add compatibility with minor version"

This reverts commit 6e7b13fcbe.
This commit is contained in:
nordsoft 2023-08-28 17:41:00 +04:00
parent 6e7b13fcbe
commit 0a6ea63b09

View File

@ -31,7 +31,7 @@ struct DLL_LINKAGE CModVersion
static CModVersion fromString(std::string from);
std::string toString() const;
bool compatible(const CModVersion & other, bool checkMinor = true, bool checkPatch = false) const;
bool compatible(const CModVersion & other, bool checkMinor = false, bool checkPatch = false) const;
bool isNull() const;
template <typename Handler> void serialize(Handler &h, const int version)