mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-22 22:33:34 -07:00
Bump to v2.8.5
This commit is contained in:
parent
bb0b3ead41
commit
df60032134
3 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
* Unreleased - Christophe Dumez <chris@qbittorrent.org> - v2.8.5
|
||||
* Mon Sep 12 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.8.5
|
||||
- BUGFIX: Fix encryption setting saving in Web UI
|
||||
- BUGFIX: Fix "Copy torrents to" setting saving in Web UI
|
||||
- BUGFIX: Announce to all trackers in a tier to avoid stalling issues
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>2.8.4</string>
|
||||
<string>2.8.5</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PROJECT_NAME = qbittorrent
|
||||
PROJECT_VERSION = 2.8.4
|
||||
PROJECT_VERSION = 2.8.5
|
||||
|
||||
os2 {
|
||||
DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\'
|
||||
|
@ -9,4 +9,4 @@ os2 {
|
|||
|
||||
DEFINES += VERSION_MAJOR=2
|
||||
DEFINES += VERSION_MINOR=8
|
||||
DEFINES += VERSION_BUGFIX=4
|
||||
DEFINES += VERSION_BUGFIX=5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue