diff --git a/Changelog b/Changelog index fce2fe989..adad81726 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,6 @@ +* Fri Aug 01 2008 - Christophe Dumez - v1.1.1 + - BUGFIX: Fixed bad resource file for icons + * Fri Aug 01 2008 - Christophe Dumez - v1.1.0 - FEATURE: Web interface to control qbittorrent (Ishan Arora) - FEATURE: Can spoof Azureus peer id to avoid ban diff --git a/src/Icons/qBittorrent.desktop b/src/Icons/qBittorrent.desktop index bc38a05cb..f65263404 100644 --- a/src/Icons/qBittorrent.desktop +++ b/src/Icons/qBittorrent.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Categories=Qt;Network;P2P -Comment=V1.1.0 +Comment=V1.1.1 Exec=qbittorrent %f GenericName=Bittorrent client GenericName[bg]=Торент клиент diff --git a/src/Icons/splash.png b/src/Icons/splash.png index 3f5a7c6ac..6d52f6088 100644 Binary files a/src/Icons/splash.png and b/src/Icons/splash.png differ diff --git a/src/src.pro b/src/src.pro index 60fb98979..1d35112d9 100644 --- a/src/src.pro +++ b/src/src.pro @@ -11,7 +11,7 @@ TARGET = qbittorrent CONFIG += qt thread x11 network # Update this VERSION for each release -DEFINES += VERSION=\\\"v1.1.0\\\" +DEFINES += VERSION=\\\"v1.1.1\\\" DEFINES += VERSION_MAJOR=1 DEFINES += VERSION_MINOR=1 DEFINES += VERSION_BUGFIX=0