Browse Source

Bump to 4.1.0alpha

adaptive-webui-19844
sledgehammer999 7 years ago
parent
commit
88a771c9ff
No known key found for this signature in database
GPG Key ID: 6E4A2D025B7CC9A2
  1. 2
      Changelog
  2. 2
      dist/mac/Info.plist
  3. 2
      dist/windows/options.nsi
  4. 6
      version.pri

2
Changelog

@ -1,3 +1,5 @@
Unreleased - sledgehammer999 <sledgehammer999@qbittorrent.org> - v4.1.0
* Mon Nov 20 2017 - sledgehammer999 <sledgehammer999@qbittorrent.org> - v4.0.0 * Mon Nov 20 2017 - sledgehammer999 <sledgehammer999@qbittorrent.org> - v4.0.0
- FEATURE: Change qbittorrent logo. Issue #6467. (HVS, Atif Afzal, sledgehammer999) - FEATURE: Change qbittorrent logo. Issue #6467. (HVS, Atif Afzal, sledgehammer999)
- FEATURE: New icon theme with SVG source, so we can scale it appropriately in the future. (Bert Verhelst) - FEATURE: New icon theme with SVG source, so we can scale it appropriately in the future. (Bert Verhelst)

2
dist/mac/Info.plist vendored

@ -45,7 +45,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>3.4.0</string> <string>4.1.0</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>qBit</string> <string>qBit</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>

2
dist/windows/options.nsi vendored

@ -27,7 +27,7 @@ XPStyle on
!define CSIDL_LOCALAPPDATA '0x1C' ;Local Application Data path !define CSIDL_LOCALAPPDATA '0x1C' ;Local Application Data path
; Program specific ; Program specific
!define PROG_VERSION "3.4.0" !define PROG_VERSION "4.1.0"
!define MUI_FINISHPAGE_RUN !define MUI_FINISHPAGE_RUN
!define MUI_FINISHPAGE_RUN_FUNCTION PageFinishRun !define MUI_FINISHPAGE_RUN_FUNCTION PageFinishRun

6
version.pri

@ -2,11 +2,11 @@
PROJECT_NAME = qbittorrent PROJECT_NAME = qbittorrent
# Define version numbers here # Define version numbers here
VER_MAJOR = 3 VER_MAJOR = 4
VER_MINOR = 4 VER_MINOR = 1
VER_BUGFIX = 0 VER_BUGFIX = 0
VER_BUILD = 0 VER_BUILD = 0
VER_STATUS = beta2 # Should be empty for stable releases! VER_STATUS = alpha # Should be empty for stable releases!
# Don't touch the rest part # Don't touch the rest part
PROJECT_VERSION = $${VER_MAJOR}.$${VER_MINOR}.$${VER_BUGFIX} PROJECT_VERSION = $${VER_MAJOR}.$${VER_MINOR}.$${VER_BUGFIX}

Loading…
Cancel
Save