From 63ea4dfbba7d42037f90d889e686e0b1752f5f07 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 12 Nov 2023 12:32:12 +0100 Subject: [PATCH] bump savegame version. --- 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 90acfefda..2a49ceefb 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 19 -#define MINSAVEVER_BLD 19 -#define MINSAVEVER_SW 19 -#define MINSAVEVER_PS 19 +#define MINSAVEVER_DN3D 21 +#define MINSAVEVER_BLD 21 +#define MINSAVEVER_SW 21 +#define MINSAVEVER_PS 21 -#define SAVEVER_DN3D 19 -#define SAVEVER_BLD 19 -#define SAVEVER_SW 19 -#define SAVEVER_PS 19 +#define SAVEVER_DN3D 21 +#define SAVEVER_BLD 21 +#define SAVEVER_SW 21 +#define SAVEVER_PS 21 #define NETGAMEVERSION 1