From 97cde9e765feb64cc00bb71c8f630934045df8f0 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Sun, 2 Apr 2023 19:51:42 +0200 Subject: [PATCH] version number set to 4.3.5.4 --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.h b/src/main.h index a6ec11b0..b1f55afc 100644 --- a/src/main.h +++ b/src/main.h @@ -2619,7 +2619,7 @@ enum #define PROGRAM_VERSION_SUPER 4 #define PROGRAM_VERSION_MAJOR 3 #define PROGRAM_VERSION_MINOR 5 -#define PROGRAM_VERSION_PATCH 3 +#define PROGRAM_VERSION_PATCH 4 #define PROGRAM_VERSION_EXTRA "" #define PROGRAM_TITLE_STRING "Rocks'n'Diamonds" -- 2.34.1