From 0fad329b7ee472005deb1160ed14139e5ad4ce1d Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sun, 18 Mar 2012 17:18:28 +0200 Subject: [PATCH] Bump version to v2.9.7 --- Changelog | 3 +++ src/Info.plist | 2 +- version.pri | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Changelog b/Changelog index 831b75bd1..2e1e26142 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,6 @@ +* Sun Mar 18 2012 - Christophe Dumez - v2.9.7 + - BUGFIX: Fix important HTTP request parsing bug (Web UI) + * 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 diff --git a/src/Info.plist b/src/Info.plist index b2188724a..fbf9d385c 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -47,7 +47,7 @@ CFBundlePackageType APPL CFBundleGetInfoString - 2.9.6 + 2.9.7 CFBundleSignature ???? CFBundleExecutable diff --git a/version.pri b/version.pri index 2503cbdce..f986735c6 100644 --- a/version.pri +++ b/version.pri @@ -1,5 +1,5 @@ PROJECT_NAME = qbittorrent -PROJECT_VERSION = 2.9.6 +PROJECT_VERSION = 2.9.7 os2 { DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\' @@ -9,4 +9,4 @@ os2 { DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MINOR=9 -DEFINES += VERSION_BUGFIX=6 +DEFINES += VERSION_BUGFIX=7