Skip to content

Commit 2ac3fcd

Browse files
committed
Bump to 5.1.1.10
1 parent e5205f4 commit 2ac3fcd

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

dist/windows/config.nsh

Lines changed: 3 additions & 2 deletions
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.1.0.11"
17+
!define /ifndef QBT_VERSION "5.1.1.10"
1818

1919
; Option that controls the installer's window name
2020
; If set, its value will be used like this:
@@ -111,7 +111,8 @@ RequestExecutionLevel user
111111
!define MUI_HEADERIMAGE
112112
!define MUI_COMPONENTSPAGE_NODESC
113113
;!define MUI_ICON "qbittorrent.ico"
114-
!define MUI_LICENSEPAGE_CHECKBOX
114+
!define MUI_LICENSEPAGE_BUTTON $(^NextBtn)
115+
!define MUI_LICENSEPAGE_TEXT_BOTTOM "$_CLICK"
115116
!define MUI_LANGDLL_ALLLANGUAGES
116117

117118
;--------------------------------

src/base/version.h.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030

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

3737
#define QBT__STRINGIFY(x) #x

0 commit comments

Comments
 (0)