From 1fc03108038f351ac21d99857d14c5ada81ae8cd Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Thu, 3 Feb 2011 16:49:08 +0000 Subject: [PATCH] Bump to v2.6.5 --- Changelog | 2 +- src/Icons/qBittorrent.desktop | 2 +- src/Info.plist | 2 +- version.pri | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Changelog b/Changelog index 7de91ba3c..238f13623 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -* Unreleased - Christophe Dumez - v2.6.5 +* Thu Feb 3 2011 - Christophe Dumez - v2.6.5 - BUGFIX: Make sure the progress is not 100% unless the file is complete - BUGFIX: Fix memory leak in HTTP torrent downloader - BUGFIX: Use native file dialogs (by Vladimir Golovnev) diff --git a/src/Icons/qBittorrent.desktop b/src/Icons/qBittorrent.desktop index a06911a83..4eef086bd 100644 --- a/src/Icons/qBittorrent.desktop +++ b/src/Icons/qBittorrent.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Categories=Qt;Network;P2P; -Comment=V2.6.4 +Comment=V2.6.5 Exec=qbittorrent %f GenericName=Bittorrent client GenericName[ar]=العميل Bittorrent diff --git a/src/Info.plist b/src/Info.plist index 8f8ff55f1..e53595fc5 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -47,7 +47,7 @@ CFBundlePackageType APPL CFBundleGetInfoString - 2.6.4 + 2.6.5 CFBundleSignature ???? CFBundleExecutable diff --git a/version.pri b/version.pri index 791df08e1..c0c94c763 100644 --- a/version.pri +++ b/version.pri @@ -1,11 +1,11 @@ os2 { - DEFINES += VERSION=\'\"v2.6.4\"\' + DEFINES += VERSION=\'\"v2.6.5\"\' } else { - DEFINES += VERSION=\\\"v2.6.4\\\" + DEFINES += VERSION=\\\"v2.6.5\\\" } DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MINOR=6 -DEFINES += VERSION_BUGFIX=4 +DEFINES += VERSION_BUGFIX=5 # NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL DEFINES += VERSION_TYPE=NORMAL