From c3b37b4f1f671b5016b03fd47ccf00613dd28ecc Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sun, 23 Oct 2011 10:38:37 +0300 Subject: [PATCH] Bump to v2.9.1 --- Changelog | 2 +- src/Info.plist | 2 +- version.pri | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Changelog b/Changelog index 59555a5dd..cde70b4f1 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -* Unreleased - Christophe Dumez - v2.9.1 +* Sun Oct 23 2011 - Christophe Dumez - v2.9.1 - BUGFIX: Add support for speed limits scheduling (Web UI) - BUGFIX: Fix ratio calculation for purely seeded torrents - I18N: Update Russian translation diff --git a/src/Info.plist b/src/Info.plist index d3f077614..54f0d1bb8 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -47,7 +47,7 @@ CFBundlePackageType APPL CFBundleGetInfoString - 2.8.0 + 2.9.1 CFBundleSignature ???? CFBundleExecutable diff --git a/version.pri b/version.pri index 1be86531b..07282c59e 100644 --- a/version.pri +++ b/version.pri @@ -1,5 +1,5 @@ PROJECT_NAME = qbittorrent -PROJECT_VERSION = 2.9.0 +PROJECT_VERSION = 2.9.1 os2 { DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\' @@ -9,4 +9,4 @@ os2 { DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MINOR=9 -DEFINES += VERSION_BUGFIX=0 +DEFINES += VERSION_BUGFIX=1