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:
parent
6a260a60cf
commit
3f921fa771
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user