diff --git a/Changelog b/Changelog index 5f772ac63..77b5c4923 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -* Unreleased - Christophe Dumez - v2.0.7 +* Mon Jan 11 2009 - Christophe Dumez - v2.0.7 - BUGFIX: Fix 'Add in pause' setting in torrent addition dialog - BUGFIX: Update RSS feed as soon as feed downloader is enabled - BUGFIX: RSS Feed downloader ignores articles above maximum number of articles diff --git a/src/Icons/qBittorrent.desktop b/src/Icons/qBittorrent.desktop index f18a4b269..fa03c0580 100644 --- a/src/Icons/qBittorrent.desktop +++ b/src/Icons/qBittorrent.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Categories=Qt;Network;P2P; -Comment=V2.0.6 +Comment=V2.0.7 Exec=qbittorrent %f GenericName=Bittorrent client GenericName[bg]=Торент клиент diff --git a/src/Icons/skin/splash.png b/src/Icons/skin/splash.png index b4dcba383..265c0f865 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 916c85eec..d327a47da 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.6\\\" +DEFINES += VERSION=\\\"v2.0.7\\\" DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MINOR=0 -DEFINES += VERSION_BUGFIX=6 +DEFINES += VERSION_BUGFIX=7 # !mac:QMAKE_LFLAGS += -Wl,--as-needed contains(DEBUG_MODE, 1) {