Skip to content

Commit aa50357

Browse files
committed
Bump to 5.0.4.10
1 parent 23fba18 commit aa50357

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/windows/config.nsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
; 4.5.1.3 -> good
1515
; 4.5.1.3.2 -> bad
1616
; 4.5.0beta -> bad
17-
!define /ifndef QBT_VERSION "5.0.3.10"
17+
!define /ifndef QBT_VERSION "5.0.4.10"
1818

1919
; Option that controls the installer's window name
2020
; If set, its value will be used like this:

src/base/version.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
#define QBT_VERSION_MAJOR 5
3232
#define QBT_VERSION_MINOR 0
33-
#define QBT_VERSION_BUGFIX 3
33+
#define QBT_VERSION_BUGFIX 4
3434
#define QBT_VERSION_BUILD 10
3535
#define QBT_VERSION_STATUS "" // Should be empty for stable releases!
3636

0 commit comments

Comments
 (0)