From 52f6b008f4c663726470f8633c14634bb4015ad2 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sun, 13 Mar 2011 09:32:15 +0000 Subject: [PATCH] Bump to v2.6.8 --- Changelog | 1 + src/Icons/qBittorrent.desktop | 2 +- src/Info.plist | 2 +- version.pri | 6 +++--- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Changelog b/Changelog index 48447db12..8715ae7b3 100644 --- a/Changelog +++ b/Changelog @@ -4,6 +4,7 @@ - BUGFIX: Fix root folder being cut off if the torrent comes from a scanned folder (Christian Kandeler) - BUGFIX: Improve folder removal behavior - BUGFIX: Make sure the .unwanted folder is deleted on soft torrent removal + - BUGFIX: Indicate support for Magnet links in desktop file (Fisiu) * Sat Feb 26 2011 - Christophe Dumez - v2.6.7 - BUGFIX: Encoding fixes (Windows) diff --git a/src/Icons/qBittorrent.desktop b/src/Icons/qBittorrent.desktop index af8eb0d76..7df9b6e3f 100644 --- a/src/Icons/qBittorrent.desktop +++ b/src/Icons/qBittorrent.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Categories=Qt;Network;P2P; -Comment=V2.6.7 +Comment=V2.6.8 Exec=qbittorrent %U GenericName=BitTorrent client GenericName[ar]=العميل BitTorrent diff --git a/src/Info.plist b/src/Info.plist index 23ce82a1c..2e245ae2e 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -47,7 +47,7 @@ CFBundlePackageType APPL CFBundleGetInfoString - 2.6.7 + 2.6.8 CFBundleSignature ???? CFBundleExecutable diff --git a/version.pri b/version.pri index 5232f3ebe..3599baea8 100644 --- a/version.pri +++ b/version.pri @@ -1,11 +1,11 @@ os2 { - DEFINES += VERSION=\'\"v2.6.7\"\' + DEFINES += VERSION=\'\"v2.6.8\"\' } else { - DEFINES += VERSION=\\\"v2.6.7\\\" + DEFINES += VERSION=\\\"v2.6.8\\\" } DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MINOR=6 -DEFINES += VERSION_BUGFIX=7 +DEFINES += VERSION_BUGFIX=8 # NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL DEFINES += VERSION_TYPE=NORMAL