From 21e274a7f77f0f98ab15aaecd0920e3dc7f6e328 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Thu, 29 May 2025 23:39:43 +0200 Subject: [PATCH] version number set to 4.4.0.5 (stable) --- src/main.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.h b/src/main.h index 78f038ab..2d26dfcc 100644 --- a/src/main.h +++ b/src/main.h @@ -3133,8 +3133,8 @@ enum #define PROGRAM_VERSION_MINOR 0 #define PROGRAM_VERSION_PATCH 5 -#define PROGRAM_VERSION_STABLE 0 -#define PROGRAM_VERSION_EXTRA 1 +#define PROGRAM_VERSION_STABLE 1 +#define PROGRAM_VERSION_EXTRA 0 #define PROGRAM_VERSION_BUILD 0 #define PROGRAM_VERSION_EXTRA_TEXT "test" #define PROGRAM_VERSION_BUILD_TEXT "build" -- 2.34.1