1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-26 22:57:00 +02:00

vcmi: bump serialization version

This commit is contained in:
Konstantin 2023-08-21 22:16:45 +03:00 committed by Konstantin P
parent d746a96d55
commit e6710a4eb0

View File

@ -14,8 +14,8 @@
VCMI_LIB_NAMESPACE_BEGIN
const ui32 SERIALIZATION_VERSION = 825;
const ui32 MINIMAL_SERIALIZATION_VERSION = 824;
const ui32 SERIALIZATION_VERSION = 826;
const ui32 MINIMAL_SERIALIZATION_VERSION = 826;
const std::string SAVEGAME_MAGIC = "VCMISVG";
class CHero;