Skip to content

Commit

Permalink
Bump to 4.5.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
c0re100 committed Aug 31, 2023
1 parent 8d5683f commit 0cf9d49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/windows/config.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
; 4.5.1.3 -> good
; 4.5.1.3.2 -> bad
; 4.5.0beta -> bad
!define /ifndef QBT_VERSION "4.5.4.10"
!define /ifndef QBT_VERSION "4.5.5.10"

; Option that controls the installer's window name
; If set, its value will be used like this:
Expand Down Expand Up @@ -112,7 +112,7 @@ OutFile "qbittorrent_enhanced_${QBT_INSTALLER_FILENAME}_setup.exe"
;Installer Version Information
VIAddVersionKey "ProductName" "qBittorrent"
VIAddVersionKey "CompanyName" "The qBittorrent project"
VIAddVersionKey "LegalCopyright" "Copyright ©2006-2022 The qBittorrent project"
VIAddVersionKey "LegalCopyright" "Copyright ©2006-2023 The qBittorrent project"
VIAddVersionKey "FileDescription" "qBittorrent - A Bittorrent Client"
VIAddVersionKey "FileVersion" "${QBT_VERSION}"

Expand Down
2 changes: 1 addition & 1 deletion src/base/version.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

#define QBT_VERSION_MAJOR 4
#define QBT_VERSION_MINOR 5
#define QBT_VERSION_BUGFIX 4
#define QBT_VERSION_BUGFIX 5
#define QBT_VERSION_BUILD 10
#define QBT_VERSION_STATUS "" // Should be empty for stable releases!

Expand Down

0 comments on commit 0cf9d49

Please sign in to comment.