From c713bd56e0cd70f681cfea35e704d46086ee2b4f Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Wed, 10 Nov 2010 17:45:10 +0000 Subject: [PATCH] Bump to v2.4.10 --- Changelog | 2 +- src/Icons/qBittorrent.desktop | 2 +- src/Info.plist | 2 +- src/src.pro | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Changelog b/Changelog index 86d5c263e..a3cc35e7e 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -* Unreleased - Christophe Dumez - v2.4.10 +* Wed Nov 10 2010 - Christophe Dumez - v2.4.10 - BUGFIX: Fix possible crash when selecting a RSS item (really closes #575624) - BUGFIX: Improved IPv6 support (IP filter and Peer list) - BUGFIX: Make IP filter more tolerant towards strangely formatted IPs diff --git a/src/Icons/qBittorrent.desktop b/src/Icons/qBittorrent.desktop index 7dd372f75..b608b804a 100644 --- a/src/Icons/qBittorrent.desktop +++ b/src/Icons/qBittorrent.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Categories=Qt;Network;P2P; -Comment=V2.4.9 +Comment=V2.4.10 Exec=qbittorrent %f GenericName=Bittorrent client GenericName[ar]=العميل Bittorrent diff --git a/src/Info.plist b/src/Info.plist index 2e61bfd9d..461f95abc 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -47,7 +47,7 @@ CFBundlePackageType APPL CFBundleGetInfoString - 2.4.9 + 2.4.10 CFBundleSignature ???? CFBundleExecutable diff --git a/src/src.pro b/src/src.pro index d413a4a6a..b41325f61 100644 --- a/src/src.pro +++ b/src/src.pro @@ -12,13 +12,13 @@ CONFIG += qt \ # Update this VERSION for each release os2 { - DEFINES += VERSION=\'\"v2.4.9\"\' + DEFINES += VERSION=\'\"v2.4.10\"\' } else { - DEFINES += VERSION=\\\"v2.4.9\\\" + DEFINES += VERSION=\\\"v2.4.10\\\" } DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MINOR=4 -DEFINES += VERSION_BUGFIX=9 +DEFINES += VERSION_BUGFIX=10 # NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL DEFINES += VERSION_TYPE=NORMAL