diff --git a/Changelog b/Changelog index a0e86131b..48431a1a4 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -* Unreleased - Christophe Dumez - v2.5.4 +* Thu Jan 6 2011 - Christophe Dumez - v2.5.4 - BUGFIX: Added --enable-debug parameter to the configure script - BUGFIX: Prioritize first and last pieces when sequential download is enabled - BUGFIX: Some encoding fixes (Windows) diff --git a/src/Icons/qBittorrent.desktop b/src/Icons/qBittorrent.desktop index f381928ef..a61401d03 100644 --- a/src/Icons/qBittorrent.desktop +++ b/src/Icons/qBittorrent.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Categories=Qt;Network;P2P; -Comment=V2.5.3 +Comment=V2.5.4 Exec=qbittorrent %f GenericName=Bittorrent client GenericName[ar]=العميل Bittorrent diff --git a/src/Info.plist b/src/Info.plist index 7f2aa8b32..f8175a542 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -47,7 +47,7 @@ CFBundlePackageType APPL CFBundleGetInfoString - 2.5.3 + 2.5.4 CFBundleSignature ???? CFBundleExecutable diff --git a/version.pri b/version.pri index ffdb75d8e..dc0e6b243 100644 --- a/version.pri +++ b/version.pri @@ -1,11 +1,11 @@ os2 { - DEFINES += VERSION=\'\"v2.5.3\"\' + DEFINES += VERSION=\'\"v2.5.4\"\' } else { - DEFINES += VERSION=\\\"v2.5.3\\\" + DEFINES += VERSION=\\\"v2.5.4\\\" } DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MINOR=5 -DEFINES += VERSION_BUGFIX=3 +DEFINES += VERSION_BUGFIX=4 # NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL DEFINES += VERSION_TYPE=NORMAL