diff --git a/Changelog b/Changelog index a296078e3..979281361 100644 --- a/Changelog +++ b/Changelog @@ -1,9 +1,9 @@ -* Unreleased - Christophe Dumez - v2.6.2 +* Wed Jan 12 2011 - Christophe Dumez - v2.6.2 - BUGFIX: Do not report PeX as being disabled when DHT is - BUGFIX: Fix possible crash on adding magnet links - - BUGFIX: Fix torrent import - - I18N: Updated Greek, Croatian, Unkrainian and Bulgarian translations - - I18N: Added Armenian translation + - BUGFIX: Fix torrent import (was not working) + - I18N: Updated Greek, Croatian, Russian, Unkrainian and Bulgarian translations + - I18N: Added Armenian translation (New) - I18N: Remove country flags from program preferences (language selection) - I18N: Translate locale names (language selection) diff --git a/src/Icons/qBittorrent.desktop b/src/Icons/qBittorrent.desktop index 917f6a0d5..aef49771a 100644 --- a/src/Icons/qBittorrent.desktop +++ b/src/Icons/qBittorrent.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Categories=Qt;Network;P2P; -Comment=V2.6.1 +Comment=V2.6.2 Exec=qbittorrent %f GenericName=Bittorrent client GenericName[ar]=العميل Bittorrent diff --git a/src/Info.plist b/src/Info.plist index e80aaaf79..9577fb90b 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -47,7 +47,7 @@ CFBundlePackageType APPL CFBundleGetInfoString - 2.6.1 + 2.6.2 CFBundleSignature ???? CFBundleExecutable diff --git a/version.pri b/version.pri index d39f30073..b298e0ec6 100644 --- a/version.pri +++ b/version.pri @@ -1,11 +1,11 @@ os2 { - DEFINES += VERSION=\'\"v2.6.1\"\' + DEFINES += VERSION=\'\"v2.6.2\"\' } else { - DEFINES += VERSION=\\\"v2.6.1\\\" + DEFINES += VERSION=\\\"v2.6.2\\\" } DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MINOR=6 -DEFINES += VERSION_BUGFIX=1 +DEFINES += VERSION_BUGFIX=2 # NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL DEFINES += VERSION_TYPE=NORMAL