diff --git a/Changelog b/Changelog index 034a8a6e0..bb82cab5d 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -* Unreleased - Christophe Dumez - v2.8.5 +* Mon Sep 12 2011 - Christophe Dumez - 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 diff --git a/src/Info.plist b/src/Info.plist index 7ed63579f..ec37d4d91 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -47,7 +47,7 @@ CFBundlePackageType APPL CFBundleGetInfoString - 2.8.4 + 2.8.5 CFBundleSignature ???? CFBundleExecutable diff --git a/version.pri b/version.pri index 0c0c1a7d2..e2a093b5f 100644 --- a/version.pri +++ b/version.pri @@ -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