From 841a5795ae8275eb28815b1d936bb04ccc103cfb Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 8 May 2016 09:27:42 +0200 Subject: [PATCH] - savegame version bump for a GZDoom exclusive change (to avoid synchronization problems in the future.) --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 21d05b3ed6..52b7ea0ba6 100644 --- a/src/version.h +++ b/src/version.h @@ -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)