vcmi: bump serialization version

This commit is contained in:
Konstantin
2023-04-10 19:28:16 +03:00
parent fedf7d377c
commit 7b9e281f7d
+2 -2
View File
@@ -14,8 +14,8 @@
VCMI_LIB_NAMESPACE_BEGIN
const ui32 SERIALIZATION_VERSION = 821;
const ui32 MINIMAL_SERIALIZATION_VERSION = 821;
const ui32 SERIALIZATION_VERSION = 822;
const ui32 MINIMAL_SERIALIZATION_VERSION = 822;
const std::string SAVEGAME_MAGIC = "VCMISVG";
class CHero;