From 733303569712db10fd349c5f5c8af90bf9f23b8e Mon Sep 17 00:00:00 2001 From: c0re100 Date: Mon, 18 Nov 2024 21:34:38 +0800 Subject: [PATCH] Bump to 5.0.2.10 --- dist/windows/config.nsh | 2 +- src/base/version.h.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/windows/config.nsh b/dist/windows/config.nsh index 19b0d15bc0f5..c4b8da36c991 100644 --- a/dist/windows/config.nsh +++ b/dist/windows/config.nsh @@ -14,7 +14,7 @@ ; 4.5.1.3 -> good ; 4.5.1.3.2 -> bad ; 4.5.0beta -> bad -!define /ifndef QBT_VERSION "5.0.0.10" +!define /ifndef QBT_VERSION "5.0.2.10" ; Option that controls the installer's window name ; If set, its value will be used like this: diff --git a/src/base/version.h.in b/src/base/version.h.in index 13fe88f177bd..8a9f4ed39cc1 100644 --- a/src/base/version.h.in +++ b/src/base/version.h.in @@ -30,7 +30,7 @@ #define QBT_VERSION_MAJOR 5 #define QBT_VERSION_MINOR 0 -#define QBT_VERSION_BUGFIX 0 +#define QBT_VERSION_BUGFIX 2 #define QBT_VERSION_BUILD 10 #define QBT_VERSION_STATUS "" // Should be empty for stable releases!