From 057b316dc37539f09126a785a664aacf85b99307 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Tue, 15 Dec 2020 12:54:07 +0100 Subject: [PATCH] version number set to 4.2.1.1 --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.h b/src/main.h index 49d18568..51697ccc 100644 --- a/src/main.h +++ b/src/main.h @@ -2571,7 +2571,7 @@ enum #define PROGRAM_VERSION_SUPER 4 #define PROGRAM_VERSION_MAJOR 2 #define PROGRAM_VERSION_MINOR 1 -#define PROGRAM_VERSION_PATCH 0 +#define PROGRAM_VERSION_PATCH 1 #define PROGRAM_VERSION_EXTRA "" #define PROGRAM_TITLE_STRING "Rocks'n'Diamonds" -- 2.34.1