diff --git a/Changelog b/Changelog index bbb1daf8a..f302d6068 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -* Unreleased - Christophe Dumez - v2.4.6 +* Sun Oct 17 2010 - Christophe Dumez - v2.4.6 - BUGFIX: Fix "torrent seeding after creation" feature - BUGFIX: The properties panel data would sometimes not match the selected torrent - BUGFIX: Fix detection of files at final destination when temp dir is used diff --git a/src/Icons/qBittorrent.desktop b/src/Icons/qBittorrent.desktop index 33335d8ed..75a1e6e13 100644 --- a/src/Icons/qBittorrent.desktop +++ b/src/Icons/qBittorrent.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Categories=Qt;Network;P2P; -Comment=V2.4.5 +Comment=V2.4.6 Exec=qbittorrent %f GenericName=Bittorrent client GenericName[ar]=العميل Bittorrent diff --git a/src/Icons/skin/splash.png b/src/Icons/skin/splash.png index d55acf555..f52912698 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 1f29c2d8b..b107cbf9d 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -47,7 +47,7 @@ CFBundlePackageType APPL CFBundleGetInfoString - 2.4.5 + 2.4.6 CFBundleSignature ???? CFBundleExecutable diff --git a/src/src.pro b/src/src.pro index c8e1d61d2..97123598b 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.5\"\' + DEFINES += VERSION=\'\"v2.4.6\"\' } else { - DEFINES += VERSION=\\\"v2.4.5\\\" + DEFINES += VERSION=\\\"v2.4.6\\\" } DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MINOR=4 -DEFINES += VERSION_BUGFIX=5 +DEFINES += VERSION_BUGFIX=6 # NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL DEFINES += VERSION_TYPE=NORMAL