mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
vcmi: bump serialization version
This commit is contained in:
parent
45ca449f2c
commit
f2827834c0
@ -14,8 +14,8 @@
|
||||
|
||||
VCMI_LIB_NAMESPACE_BEGIN
|
||||
|
||||
const ui32 SERIALIZATION_VERSION = 822;
|
||||
const ui32 MINIMAL_SERIALIZATION_VERSION = 822;
|
||||
const ui32 SERIALIZATION_VERSION = 823;
|
||||
const ui32 MINIMAL_SERIALIZATION_VERSION = 823;
|
||||
const std::string SAVEGAME_MAGIC = "VCMISVG";
|
||||
|
||||
class CHero;
|
||||
|
Loading…
Reference in New Issue
Block a user