From 204b02a4809a692d935db3ac8030636ecec5c149 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sat, 17 Mar 2012 17:25:05 +0200 Subject: [PATCH] Bump version to v2.9.6 --- Changelog | 2 +- src/Info.plist | 2 +- version.pri | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Changelog b/Changelog index a28e54491..831b75bd1 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -* unreleased - Christophe Dumez - v2.9.6 +* Sat Mar 17 2012 - Christophe Dumez - v2.9.6 - BUGFIX: Fix download first/last pieces state reporting - BUGFIX: Fix name of progress column in torrent content panel - BUGFIX: Disable system tray icon on Mac OS X diff --git a/src/Info.plist b/src/Info.plist index 6dd308122..b2188724a 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -47,7 +47,7 @@ CFBundlePackageType APPL CFBundleGetInfoString - 2.9.5 + 2.9.6 CFBundleSignature ???? CFBundleExecutable diff --git a/version.pri b/version.pri index 4f8ad46c9..2503cbdce 100644 --- a/version.pri +++ b/version.pri @@ -1,5 +1,5 @@ PROJECT_NAME = qbittorrent -PROJECT_VERSION = 2.9.5 +PROJECT_VERSION = 2.9.6 os2 { DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\' @@ -9,4 +9,4 @@ os2 { DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MINOR=9 -DEFINES += VERSION_BUGFIX=5 +DEFINES += VERSION_BUGFIX=6