diff --git a/Changelog b/Changelog index c9c564b2f..947f3ea01 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -* Unreleased - Christophe Dumez - v2.4.1 +* Sun Sep 26 2010 - Christophe Dumez - v2.4.1 - I18N: Updated Arabic translation - I18N: Fixes to German translation - BUGFIX: Save path can now be edited in torrent addition dialog diff --git a/src/Icons/qBittorrent.desktop b/src/Icons/qBittorrent.desktop index f6b8432fd..34ab5774b 100644 --- a/src/Icons/qBittorrent.desktop +++ b/src/Icons/qBittorrent.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Categories=Qt;Network;P2P; -Comment=V2.4.0 +Comment=V2.4.1 Exec=qbittorrent %f GenericName=Bittorrent client GenericName[ar]=العميل Bittorrent diff --git a/src/Icons/skin/splash.png b/src/Icons/skin/splash.png index 5611b03ef..70f433213 100644 Binary files a/src/Icons/skin/splash.png and b/src/Icons/skin/splash.png differ diff --git a/src/Info.plist b/src/Info.plist index fbb6b2204..7951a91cd 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -47,7 +47,7 @@ CFBundlePackageType APPL CFBundleGetInfoString - 2.4.0 + 2.4.1 CFBundleSignature ???? CFBundleExecutable diff --git a/src/src.pro b/src/src.pro index c63ee7e4b..8ac982067 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.0\"\' + DEFINES += VERSION=\'\"v2.4.1\"\' } else { - DEFINES += VERSION=\\\"v2.4.0\\\" + DEFINES += VERSION=\\\"v2.4.1\\\" } DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MINOR=4 -DEFINES += VERSION_BUGFIX=0 +DEFINES += VERSION_BUGFIX=1 # NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL DEFINES += VERSION_TYPE=NORMAL