From 70320ed4b32eea18ed4ff19ccea2c3c3e48e458a Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sun, 1 Jul 2012 14:48:17 +0300 Subject: [PATCH] Bump version to v2.9.11 --- Changelog | 2 +- src/Info.plist | 2 +- version.pri | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Changelog b/Changelog index f40ef05e1..4b31e7d91 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -* Unreleased - Christophe Dumez - v2.9.11 +* Sun Jul 1 2012 - Christophe Dumez - v2.9.11 - BUGFIX: Fix unreversible "Minimize to tray" on some window managers - BUGFIX: Fix torrent availability computation (closes #988869) - BUGFIX: Bring window to front after restoring from systray diff --git a/src/Info.plist b/src/Info.plist index 2c1164f2a..dc0b3eef4 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -45,7 +45,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.9.10 + 2.9.11 CFBundleSignature qBit CFBundleExecutable diff --git a/version.pri b/version.pri index f1a249fb7..5060f203b 100644 --- a/version.pri +++ b/version.pri @@ -1,5 +1,5 @@ PROJECT_NAME = qbittorrent -PROJECT_VERSION = 2.9.10 +PROJECT_VERSION = 2.9.11 os2 { DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\' @@ -9,4 +9,4 @@ os2 { DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MINOR=9 -DEFINES += VERSION_BUGFIX=10 +DEFINES += VERSION_BUGFIX=11