diff --git a/Changelog b/Changelog index f693b7c51..6d4253a52 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -* Unreleased - Christophe Dumez - v2.2.8 +* Mon May 24 2010 - Christophe Dumez - v2.2.8 - BUGFIX: ETA for finished torrent is now 0 instead of Infinite (closes #583704) - BUGFIX: Fix sorting of ETA column when having infinite values (closes #583347) - BUGFIX: Torrent queue position now starts at 1 (closes #581130) diff --git a/src/Icons/qBittorrent.desktop b/src/Icons/qBittorrent.desktop index c915afc60..24cec13b7 100644 --- a/src/Icons/qBittorrent.desktop +++ b/src/Icons/qBittorrent.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Categories=Qt;Network;P2P; -Comment=V2.2.7 +Comment=V2.2.8 Exec=qbittorrent %f GenericName=Bittorrent client GenericName[ar]=العميل Bittorrent diff --git a/src/Icons/skin/splash.png b/src/Icons/skin/splash.png index d3d3ad84d..44dbc373e 100644 Binary files a/src/Icons/skin/splash.png and b/src/Icons/skin/splash.png differ diff --git a/src/src.pro b/src/src.pro index bafdbea8d..d4fc3cf28 100644 --- a/src/src.pro +++ b/src/src.pro @@ -11,10 +11,10 @@ CONFIG += qt \ thread # Update this VERSION for each release -DEFINES += VERSION=\'\"v2.2.7\"\' +DEFINES += VERSION=\'\"v2.2.8\"\' DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MINOR=2 -DEFINES += VERSION_BUGFIX=7 +DEFINES += VERSION_BUGFIX=8 win32 { # Adapt these paths on Windows