mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 04:49:47 -07:00
Bump to v3.2.2
This commit is contained in:
parent
ae150b25ae
commit
6fc3c04dca
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
* Unreleased - sledgehammer999 <sledgehammer999@qbittorrent.org> - v3.2.2
|
* Sat Aug 01 2015 - sledgehammer999 <sledgehammer999@qbittorrent.org> - v3.2.2
|
||||||
- FEATURE: Allow to force reannounce DHT too (Chocobo1)
|
- FEATURE: Allow to force reannounce DHT too (Chocobo1)
|
||||||
- FEATURE: Implement an option to disable confirmation of torrent recheck (blaxspirit)
|
- FEATURE: Implement an option to disable confirmation of torrent recheck (blaxspirit)
|
||||||
- FEATURE: Allow to copy all the trackers with a keyboard shortcut (pmzqla)
|
- FEATURE: Allow to copy all the trackers with a keyboard shortcut (pmzqla)
|
||||||
|
|
2
dist/mac/Info.plist
vendored
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.2.1</string>
|
<string>3.2.2</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
2
dist/windows/options.nsi
vendored
|
@ -19,7 +19,7 @@ XPStyle on
|
||||||
!define CSIDL_APPDATA '0x1A' ;Application Data path
|
!define CSIDL_APPDATA '0x1A' ;Application Data path
|
||||||
!define CSIDL_LOCALAPPDATA '0x1C' ;Local Application Data path
|
!define CSIDL_LOCALAPPDATA '0x1C' ;Local Application Data path
|
||||||
|
|
||||||
!define PROG_VERSION "3.2.1"
|
!define PROG_VERSION "3.2.2"
|
||||||
!define MUI_FINISHPAGE_RUN
|
!define MUI_FINISHPAGE_RUN
|
||||||
!define MUI_FINISHPAGE_RUN_FUNCTION PageFinishRun
|
!define MUI_FINISHPAGE_RUN_FUNCTION PageFinishRun
|
||||||
!define MUI_FINISHPAGE_RUN_TEXT $(launch_qbt)
|
!define MUI_FINISHPAGE_RUN_TEXT $(launch_qbt)
|
||||||
|
|
|
@ -3,7 +3,7 @@ PROJECT_NAME = qbittorrent
|
||||||
# Define version numbers here
|
# Define version numbers here
|
||||||
VER_MAJOR = 3
|
VER_MAJOR = 3
|
||||||
VER_MINOR = 2
|
VER_MINOR = 2
|
||||||
VER_BUGFIX = 1
|
VER_BUGFIX = 2
|
||||||
VER_BUILD = 0
|
VER_BUILD = 0
|
||||||
VER_STATUS = # Should be empty for stable releases!
|
VER_STATUS = # Should be empty for stable releases!
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue