Bump to v2.8.5

This commit is contained in:
Christophe Dumez 2011-09-12 20:12:29 +03:00
commit df60032134
3 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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>

View file

@ -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