From 5f3fcf6018af0a86152f466fa54811c08906c0bc Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Wed, 24 May 2023 16:24:05 +0200 Subject: [PATCH] version number set to 4.3.7.0 --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.h b/src/main.h index 66c06a12..a107a65e 100644 --- a/src/main.h +++ b/src/main.h @@ -2661,7 +2661,7 @@ enum // program information and versioning definitions #define PROGRAM_VERSION_SUPER 4 #define PROGRAM_VERSION_MAJOR 3 -#define PROGRAM_VERSION_MINOR 6 +#define PROGRAM_VERSION_MINOR 7 #define PROGRAM_VERSION_PATCH 0 #define PROGRAM_VERSION_EXTRA "" -- 2.34.1