From e1ea0492e1efebb5c1e5cc4d89a1cf66e6442e6c Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 2 Apr 2023 08:16:00 +0200 Subject: [PATCH] - savegame version bump. --- source/core/version.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/source/core/version.h b/source/core/version.h index 2a026f63e..618ee6844 100644 --- a/source/core/version.h +++ b/source/core/version.h @@ -71,15 +71,15 @@ const char *GetVersionString(); #define SAVEGAME_EXT "dsave" -#define MINSAVEVER_DN3D 18 -#define MINSAVEVER_BLD 18 -#define MINSAVEVER_SW 18 -#define MINSAVEVER_PS 18 +#define MINSAVEVER_DN3D 19 +#define MINSAVEVER_BLD 19 +#define MINSAVEVER_SW 19 +#define MINSAVEVER_PS 19 -#define SAVEVER_DN3D 18 -#define SAVEVER_BLD 18 -#define SAVEVER_SW 18 -#define SAVEVER_PS 18 +#define SAVEVER_DN3D 19 +#define SAVEVER_BLD 19 +#define SAVEVER_SW 19 +#define SAVEVER_PS 19 #define NETGAMEVERSION 1