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