From 774b8f4fd65976d41832af752bdd877c89c246f2 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sat, 29 Oct 2011 10:38:03 +0300 Subject: [PATCH] Bump to v2.9.2 --- Changelog | 5 +++++ src/Info.plist | 2 +- version.pri | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Changelog b/Changelog index cde70b4f1..9e7b9d7ef 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,8 @@ +* Sat Oct 29 2011 - Christophe Dumez - v2.9.2 + - BUGFIX: Fix mimimum dimensions for torrent addition dialog + - BUGFIX: Remove dependency on boost-datetime + - BUGFIX: Remove dependency on boost-filesystem (libtorrent v0.16.x) + * 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 diff --git a/src/Info.plist b/src/Info.plist index 54f0d1bb8..1e6567451 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -47,7 +47,7 @@ CFBundlePackageType APPL CFBundleGetInfoString - 2.9.1 + 2.9.2 CFBundleSignature ???? CFBundleExecutable diff --git a/version.pri b/version.pri index 07282c59e..41325a170 100644 --- a/version.pri +++ b/version.pri @@ -1,5 +1,5 @@ PROJECT_NAME = qbittorrent -PROJECT_VERSION = 2.9.1 +PROJECT_VERSION = 2.9.2 os2 { DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\' @@ -9,4 +9,4 @@ os2 { DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MINOR=9 -DEFINES += VERSION_BUGFIX=1 +DEFINES += VERSION_BUGFIX=2