Serialization version bump

This commit is contained in:
Ivan Savenko
2023-09-04 18:22:34 +03:00
parent 6a260a60cf
commit 3f921fa771
+2 -2
View File
@@ -14,8 +14,8 @@
VCMI_LIB_NAMESPACE_BEGIN
const ui32 SERIALIZATION_VERSION = 826;
const ui32 MINIMAL_SERIALIZATION_VERSION = 826;
const ui32 SERIALIZATION_VERSION = 827;
const ui32 MINIMAL_SERIALIZATION_VERSION = 827;
const std::string SAVEGAME_MAGIC = "VCMISVG";
class CHero;