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:
parent
6e7b13fcbe
commit
0a6ea63b09
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user