diff --git a/Changelog b/Changelog index 4880a85b2..0cdf2c826 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -* Unreleased - Christophe Dumez - v2.5.2 +* Sun Dec 19 2010 - Christophe Dumez - v2.5.2 - BUGFIX: Fix alternative speed icon staying pressed when disabled - BUGFIX: Fix slot warning on startup - BUGFIX: Fix alignment issues in program preferences diff --git a/src/Icons/qBittorrent.desktop b/src/Icons/qBittorrent.desktop index 0543a56c2..dffce5a71 100644 --- a/src/Icons/qBittorrent.desktop +++ b/src/Icons/qBittorrent.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Categories=Qt;Network;P2P; -Comment=V2.5.1 +Comment=V2.5.2 Exec=qbittorrent %f GenericName=Bittorrent client GenericName[ar]=العميل Bittorrent diff --git a/src/Info.plist b/src/Info.plist index 8e7f085a4..a2fcad45f 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -47,7 +47,7 @@ CFBundlePackageType APPL CFBundleGetInfoString - 2.5.1 + 2.5.2 CFBundleSignature ???? CFBundleExecutable diff --git a/version.pri b/version.pri index 48083bf44..021dd84d7 100644 --- a/version.pri +++ b/version.pri @@ -1,11 +1,11 @@ os2 { - DEFINES += VERSION=\'\"v2.5.1\"\' + DEFINES += VERSION=\'\"v2.5.2\"\' } else { - DEFINES += VERSION=\\\"v2.5.1\\\" + DEFINES += VERSION=\\\"v2.5.2\\\" } DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MINOR=5 -DEFINES += VERSION_BUGFIX=1 +DEFINES += VERSION_BUGFIX=2 # NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL DEFINES += VERSION_TYPE=NORMAL