From: Holger Schemel Date: Thu, 7 Sep 2017 22:22:07 +0000 (+0200) Subject: version number set to 4.0.1.0 X-Git-Tag: 4.0.1.0~15 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=eeabc02e8cd3fd84a407cb34d5fc03c846da4d1c version number set to 4.0.1.0 --- 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"