Bumped version # for event and state files, since both have non-compatible changes since the 6.6 release.

This commit is contained in:
Stephen Anthony 2022-05-29 12:58:20 -02:30
parent df4556efb9
commit dd051f4b4e
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
#ifndef STATE_MANAGER_HXX #ifndef STATE_MANAGER_HXX
#define STATE_MANAGER_HXX #define STATE_MANAGER_HXX
#define STATE_HEADER "06050301state" #define STATE_HEADER "06070000state"
class OSystem; class OSystem;
class RewindManager; class RewindManager;

View File

@ -190,7 +190,7 @@ class Event
}; };
// Event list version, update only if the id of existing(!) event types changed // Event list version, update only if the id of existing(!) event types changed
static constexpr Int32 VERSION = 5; static constexpr Int32 VERSION = 6;
using EventSet = std::set<Event::Type>; using EventSet = std::set<Event::Type>;