From 559539bed2b5ff0ac182b13881244700bf5b964d Mon Sep 17 00:00:00 2001 From: Mitchell Richters Date: Wed, 20 May 2020 21:30:42 +1000 Subject: [PATCH] - bump save versions for SW following the massive amount of changes. --- source/core/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/core/version.h b/source/core/version.h index cbf403f5c..30748ced1 100644 --- a/source/core/version.h +++ b/source/core/version.h @@ -69,13 +69,13 @@ const char *GetVersionString(); #define MINSAVEVER_DN3D 8 #define MINSAVEVER_BLD 6 #define MINSAVEVER_RR 7 -#define MINSAVEVER_SW 6 +#define MINSAVEVER_SW 7 #define MINSAVEVER_PS 6 #define SAVEVER_DN3D 8 #define SAVEVER_BLD 6 #define SAVEVER_RR 7 -#define SAVEVER_SW 6 +#define SAVEVER_SW 7 #define SAVEVER_PS 6 #if defined(__APPLE__) || defined(_WIN32)