File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 14
14
; 4.5.1.3 -> good
15
15
; 4.5.1.3.2 -> bad
16
16
; 4.5.0beta -> bad
17
- !define /ifndef QBT_VERSION " 5.1.0.11 "
17
+ !define /ifndef QBT_VERSION " 5.1.1.10 "
18
18
19
19
; Option that controls the installer's window name
20
20
; If set, its value will be used like this:
@@ -111,7 +111,8 @@ RequestExecutionLevel user
111
111
!define MUI_HEADERIMAGE
112
112
!define MUI_COMPONENTSPAGE_NODESC
113
113
; !define MUI_ICON "qbittorrent.ico"
114
- !define MUI_LICENSEPAGE_CHECKBOX
114
+ !define MUI_LICENSEPAGE_BUTTON $(^NextBtn)
115
+ !define MUI_LICENSEPAGE_TEXT_BOTTOM " $_CLICK"
115
116
!define MUI_LANGDLL_ALLLANGUAGES
116
117
117
118
; --------------------------------
Original file line number Diff line number Diff line change 30
30
31
31
#define QBT_VERSION_MAJOR 5
32
32
#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
35
35
#define QBT_VERSION_STATUS "" // Should be empty for stable releases!
36
36
37
37
#define QBT__STRINGIFY (x ) #x
You can’t perform that action at this time.
0 commit comments