diff --git a/Changelog b/Changelog index f762f1310..50cde5926 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -* Unreleased - Christophe Dumez - v2.6.6 +* Tue Feb 8 2011 - Christophe Dumez - v2.6.6 - FEATURE: IP address reported to trackers is now customizable - BUGFIX: Use slashes instead of antislashes in URLs (Windows) - BUGFIX: Fix articles read state reset problem in RSS diff --git a/src/Icons/qBittorrent.desktop b/src/Icons/qBittorrent.desktop index 6433d8857..c2d32a45a 100644 --- a/src/Icons/qBittorrent.desktop +++ b/src/Icons/qBittorrent.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Categories=Qt;Network;P2P; -Comment=V2.6.5 +Comment=V2.6.6 Exec=qbittorrent %f GenericName=BitTorrent client GenericName[ar]=العميل BitTorrent diff --git a/src/Info.plist b/src/Info.plist index e53595fc5..a28936fee 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -47,7 +47,7 @@ CFBundlePackageType APPL CFBundleGetInfoString - 2.6.5 + 2.6.6 CFBundleSignature ???? CFBundleExecutable diff --git a/version.pri b/version.pri index c0c94c763..9265614ad 100644 --- a/version.pri +++ b/version.pri @@ -1,11 +1,11 @@ os2 { - DEFINES += VERSION=\'\"v2.6.5\"\' + DEFINES += VERSION=\'\"v2.6.6\"\' } else { - DEFINES += VERSION=\\\"v2.6.5\\\" + DEFINES += VERSION=\\\"v2.6.6\\\" } DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MINOR=6 -DEFINES += VERSION_BUGFIX=5 +DEFINES += VERSION_BUGFIX=6 # NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL DEFINES += VERSION_TYPE=NORMAL