- savegame version bump for a GZDoom exclusive change (to avoid synchronization problems in the future.)

This commit is contained in:
Christoph Oelckers 2016-05-08 09:27:42 +02:00
parent fbf845982b
commit 841a5795ae
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ const char *GetVersionString();
// Use 4500 as the base git save version, since it's higher than the
// SVN revision ever got.
#define SAVEVER 4545
#define SAVEVER 4546
#define SAVEVERSTRINGIFY2(x) #x
#define SAVEVERSTRINGIFY(x) SAVEVERSTRINGIFY2(x)