From 0acadb0e2516e6e9343f561241c1f621103ce083 Mon Sep 17 00:00:00 2001 From: teamhimeH Date: Thu, 4 Apr 2024 19:52:47 +0900 Subject: [PATCH] increment OTRP_VERSION_PATCH --- simversion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simversion.h b/simversion.h index da49aa75c01..18a191c1428 100644 --- a/simversion.h +++ b/simversion.h @@ -29,7 +29,7 @@ #define OTRP_VERSION_MAJOR 37 #define OTRP_VERSION_MINOR 0 -#define OTRP_VERSION_PATCH 0 +#define OTRP_VERSION_PATCH 1 // NOTE: increment OTRP_VERSION_MAJOR when the save data structure changes. #define MAKEOBJ_VERSION "60.5"