From eeabc02e8cd3fd84a407cb34d5fc03c846da4d1c Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Fri, 8 Sep 2017 00:22:07 +0200 Subject: [PATCH] version number set to 4.0.1.0 --- src/main.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.h b/src/main.h index e93b5126..90d6e880 100644 --- a/src/main.h +++ b/src/main.h @@ -2079,8 +2079,8 @@ /* program information and versioning definitions */ #define PROGRAM_VERSION_MAJOR 4 #define PROGRAM_VERSION_MINOR 0 -#define PROGRAM_VERSION_PATCH 0 -#define PROGRAM_VERSION_BUILD 2 +#define PROGRAM_VERSION_PATCH 1 +#define PROGRAM_VERSION_BUILD 0 #define PROGRAM_VERSION_EXTRA "" #define PROGRAM_TITLE_STRING "Rocks'n'Diamonds" -- 2.34.1