From a9894082340d33a24b236f0ccd97ff693f072870 Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 6 Sep 2024 04:10:04 -0700 Subject: [PATCH] updated minor version --- VortexEngine/src/VortexConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VortexEngine/src/VortexConfig.h b/VortexEngine/src/VortexConfig.h index 9484e94970..dc47583a5c 100644 --- a/VortexEngine/src/VortexConfig.h +++ b/VortexEngine/src/VortexConfig.h @@ -17,7 +17,7 @@ // and vice versa. But an engine on 2.0 cannot share savefiles with // either of the engines on version 1.1 or 1.2 #ifndef VORTEX_VERSION_MINOR -#define VORTEX_VERSION_MINOR 2 +#define VORTEX_VERSION_MINOR 3 #endif // The build or patch number based on the major.minor version, this is