From d435e73f3843a5b9fe1480e7036b8f05926d015a Mon Sep 17 00:00:00 2001 From: c0re100 Date: Fri, 25 Oct 2024 09:38:50 +0800 Subject: [PATCH] Bump to 5.0.0.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 39f583b8317..19b0d15bc0f 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" +!define /ifndef QBT_VERSION "5.0.0.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 d32be4e025d..13fe88f177b 100644 --- a/src/base/version.h.in +++ b/src/base/version.h.in @@ -31,7 +31,7 @@ #define QBT_VERSION_MAJOR 5 #define QBT_VERSION_MINOR 0 #define QBT_VERSION_BUGFIX 0 -#define QBT_VERSION_BUILD 0 +#define QBT_VERSION_BUILD 10 #define QBT_VERSION_STATUS "" // Should be empty for stable releases! #define QBT__STRINGIFY(x) #x