diff --git a/Changelog b/Changelog index 26635ae13..d1430dca6 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -* Unreleased - Christophe Dumez - v2.2.2 +* Mon Mar 22 2010 - Christophe Dumez - v2.2.2 - BUGFIX: Fix possible crash with folder scanning - BUGFIX: Fix Mac compilation - BUGFIX: Save fast resume data every 3 minutes (for robustness) diff --git a/src/Icons/qBittorrent.desktop b/src/Icons/qBittorrent.desktop index cb82d80ae..0862e0b34 100644 --- a/src/Icons/qBittorrent.desktop +++ b/src/Icons/qBittorrent.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Categories=Qt;Network;P2P; -Comment=V2.2.1 +Comment=V2.2.2 Exec=qbittorrent %f GenericName=Bittorrent client GenericName[bg]=Торент клиент diff --git a/src/Icons/skin/splash.png b/src/Icons/skin/splash.png index 3b06bac4f..3e1ef3bd1 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 92b28cee7..8c94eb060 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.1\\\" +DEFINES += VERSION=\\\"v2.2.2\\\" DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MINOR=2 -DEFINES += VERSION_BUGFIX=1 +DEFINES += VERSION_BUGFIX=2 # NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL DEFINES += VERSION_TYPE=NORMAL