diff --git a/Changelog b/Changelog index f73a07d74..140e7b725 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -* Unreleased - Christophe Dumez - v2.0.5 +* Web Dec 31 2009 - Christophe Dumez - v2.0.5 - BUGFIX: Fix crash with downloaded/availability bars when the torrent has too many pieces * Wed Dec 30 2009 - Christophe Dumez - v2.0.4 diff --git a/src/Icons/qBittorrent.desktop b/src/Icons/qBittorrent.desktop index 10c38a7bc..05f4bca5c 100644 --- a/src/Icons/qBittorrent.desktop +++ b/src/Icons/qBittorrent.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Categories=Qt;Network;P2P; -Comment=V2.0.4 +Comment=V2.0.5 Exec=qbittorrent %f GenericName=Bittorrent client GenericName[bg]=Торент клиент diff --git a/src/Icons/skin/splash.png b/src/Icons/skin/splash.png index 10fab53cd..8b003be73 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 a79148aab..0e764a7ad 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.4\\\" +DEFINES += VERSION=\\\"v2.0.5\\\" DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MINOR=0 -DEFINES += VERSION_BUGFIX=4 +DEFINES += VERSION_BUGFIX=5 # !mac:QMAKE_LFLAGS += -Wl,--as-needed contains(DEBUG_MODE, 1) {