We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23fba18 commit aa50357Copy full SHA for aa50357
dist/windows/config.nsh
@@ -14,7 +14,7 @@
14
; 4.5.1.3 -> good
15
; 4.5.1.3.2 -> bad
16
; 4.5.0beta -> bad
17
-!define /ifndef QBT_VERSION "5.0.3.10"
+!define /ifndef QBT_VERSION "5.0.4.10"
18
19
; Option that controls the installer's window name
20
; If set, its value will be used like this:
src/base/version.h.in
@@ -30,7 +30,7 @@
30
31
#define QBT_VERSION_MAJOR 5
32
#define QBT_VERSION_MINOR 0
33
-#define QBT_VERSION_BUGFIX 3
+#define QBT_VERSION_BUGFIX 4
34
#define QBT_VERSION_BUILD 10
35
#define QBT_VERSION_STATUS "" // Should be empty for stable releases!
36
0 commit comments