From 6996e09e09f896d7c56ca0746e21d93b034bf9f9 Mon Sep 17 00:00:00 2001 From: teamhimeH Date: Sat, 2 Nov 2024 16:56:23 +0900 Subject: [PATCH] increment OTRP_VERSION_MINOR --- simversion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simversion.h b/simversion.h index 774518247d..bfc1d82a56 100644 --- a/simversion.h +++ b/simversion.h @@ -28,7 +28,7 @@ // NOTE: increment before next release to enable save/load of new features #define OTRP_VERSION_MAJOR 41 -#define OTRP_VERSION_MINOR 0 +#define OTRP_VERSION_MINOR 1 #define OTRP_VERSION_PATCH 0 // NOTE: increment OTRP_VERSION_MAJOR when the save data structure changes.