mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 13:53:37 -07:00
Bump to 4.0.0
This commit is contained in:
parent
e457223fcd
commit
4594895082
3 changed files with 5 additions and 5 deletions
2
dist/mac/Info.plist
vendored
2
dist/mac/Info.plist
vendored
|
@ -45,7 +45,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.4.0</string>
|
||||
<string>4.0.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>qBit</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
|
|
2
dist/windows/options.nsi
vendored
2
dist/windows/options.nsi
vendored
|
@ -27,7 +27,7 @@ XPStyle on
|
|||
!define CSIDL_LOCALAPPDATA '0x1C' ;Local Application Data path
|
||||
|
||||
; Program specific
|
||||
!define PROG_VERSION "3.4.0"
|
||||
!define PROG_VERSION "4.0.0"
|
||||
|
||||
!define MUI_FINISHPAGE_RUN
|
||||
!define MUI_FINISHPAGE_RUN_FUNCTION PageFinishRun
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
PROJECT_NAME = qbittorrent
|
||||
|
||||
# Define version numbers here
|
||||
VER_MAJOR = 3
|
||||
VER_MINOR = 4
|
||||
VER_MAJOR = 4
|
||||
VER_MINOR = 0
|
||||
VER_BUGFIX = 0
|
||||
VER_BUILD = 0
|
||||
VER_STATUS = beta2 # Should be empty for stable releases!
|
||||
VER_STATUS = # Should be empty for stable releases!
|
||||
|
||||
# Don't touch the rest part
|
||||
PROJECT_VERSION = $${VER_MAJOR}.$${VER_MINOR}.$${VER_BUGFIX}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue