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

Serialization version bump

This commit is contained in:
Ivan Savenko 2023-11-07 17:30:59 +02:00
parent ed66fc2fb3
commit a61ceaf2a7

View File

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