diff --git a/Changelog b/Changelog index ec3d11228..25a61d605 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -* Unreleased - Christophe Dumez - v2.0.3 +* Wed Dec 23 2009 - Christophe Dumez - v2.0.3 - BUGFIX: Minor cosmetic fix to program preferences - BUGFIX: Fix "Temp path" button in program preferences - BUGFIX: Handle paths with [~, ., ..] properly diff --git a/src/Icons/qBittorrent.desktop b/src/Icons/qBittorrent.desktop index 472e93d36..7fed3f9c3 100644 --- a/src/Icons/qBittorrent.desktop +++ b/src/Icons/qBittorrent.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Categories=Qt;Network;P2P; -Comment=V2.0.2 +Comment=V2.0.3 Exec=qbittorrent %f GenericName=Bittorrent client GenericName[bg]=Торент клиент diff --git a/src/Icons/skin/splash.png b/src/Icons/skin/splash.png index 9dedc52b7..95ee74c33 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 45445603b..61d7bf444 100644 --- a/src/src.pro +++ b/src/src.pro @@ -12,10 +12,10 @@ CONFIG += qt \ thread # Update this VERSION for each release -DEFINES += VERSION=\\\"v2.0.2\\\" +DEFINES += VERSION=\\\"v2.0.3\\\" DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MINOR=0 -DEFINES += VERSION_BUGFIX=2 +DEFINES += VERSION_BUGFIX=3 # !mac:QMAKE_LFLAGS += -Wl,--as-needed contains(DEBUG_MODE, 1) {