diff --git a/Changelog b/Changelog index 7c1b01f63..2c22d8816 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -* Unreleased - Christophe Dumez - v2.1.3 +* Sun Jan 31 2010 - Christophe Dumez - v2.1.3 - BUGFIX: Fix "Append .!qB extension to complete files" (libtorrent v0.15) - BUGFIX: Make sure bandwidth limiting dialogs are centered on screen - BUGFIX: Added support for HTTP redirection diff --git a/src/Icons/qBittorrent.desktop b/src/Icons/qBittorrent.desktop index 305d5d28f..dba3ad291 100644 --- a/src/Icons/qBittorrent.desktop +++ b/src/Icons/qBittorrent.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Categories=Qt;Network;P2P; -Comment=V2.1.2 +Comment=V2.1.3 Exec=qbittorrent %f GenericName=Bittorrent client GenericName[bg]=Торент клиент diff --git a/src/Icons/skin/splash.png b/src/Icons/skin/splash.png index bbc6ef219..894a6d5ab 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 7169c20c7..bb02e032b 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.1.2\\\" +DEFINES += VERSION=\\\"v2.1.3\\\" DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MINOR=1 -DEFINES += VERSION_BUGFIX=2 +DEFINES += VERSION_BUGFIX=3 # NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL DEFINES += VERSION_TYPE=NORMAL