From 8cb117135b8e52e8982a530a7fc085fe80439a8d Mon Sep 17 00:00:00 2001 From: Thomas Wolff Date: Thu, 27 Jun 2024 00:00:00 +0200 Subject: [PATCH] 3.7.3 --- src/appinfo.h | 2 +- wiki/Changelog.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/appinfo.h b/src/appinfo.h index 7b1740459..6630c2937 100644 --- a/src/appinfo.h +++ b/src/appinfo.h @@ -6,7 +6,7 @@ #define MAJOR_VERSION 3 #define MINOR_VERSION 7 -#define PATCH_NUMBER 2 +#define PATCH_NUMBER 3 #define BUILD_NUMBER 0 // needed for res.rc diff --git a/wiki/Changelog.md b/wiki/Changelog.md index fef4be948..910d23a08 100644 --- a/wiki/Changelog.md +++ b/wiki/Changelog.md @@ -1,3 +1,8 @@ +### 3.7.3 (27 June 2024) ### + +Misc + * Fix version tag and package building problems. + ### 3.7.2 (27 June 2024) ### Terminal features