diff --git a/Changelog b/Changelog index 45836a96e..0fea8ccd6 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -* Unreleased - Christophe Dumez - v2.2.11 +* Wed Jul 21 2010 - Christophe Dumez - v2.2.11 - BUGFIX: Fix parsing of program arguments with spaces - BUGFIX: Fix possible crash when using alternative speed limits (#598272) - BUGFIX: Fix possible crash on exit when using diff --git a/src/Icons/qBittorrent.desktop b/src/Icons/qBittorrent.desktop index 040edb095..18a50dc07 100644 --- a/src/Icons/qBittorrent.desktop +++ b/src/Icons/qBittorrent.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Categories=Qt;Network;P2P; -Comment=V2.2.10 +Comment=V2.2.11 Exec=qbittorrent %f GenericName=Bittorrent client GenericName[ar]=العميل Bittorrent diff --git a/src/Icons/skin/splash.png b/src/Icons/skin/splash.png index e6a373246..4aced40c2 100644 Binary files a/src/Icons/skin/splash.png and b/src/Icons/skin/splash.png differ diff --git a/src/Info.plist b/src/Info.plist index 3b759aa6e..2d9c106a4 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -47,7 +47,7 @@ CFBundlePackageType APPL CFBundleGetInfoString - 2.2.10 + 2.2.11 CFBundleSignature ???? CFBundleExecutable diff --git a/src/src.pro b/src/src.pro index 2220431f7..6916cee3a 100644 --- a/src/src.pro +++ b/src/src.pro @@ -12,13 +12,13 @@ CONFIG += qt \ # Update this VERSION for each release os2 { - DEFINES += VERSION=\'\"v2.2.10\"\' + DEFINES += VERSION=\'\"v2.2.11\"\' } else { - DEFINES += VERSION=\\\"v2.2.10\\\" + DEFINES += VERSION=\\\"v2.2.11\\\" } DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MINOR=2 -DEFINES += VERSION_BUGFIX=10 +DEFINES += VERSION_BUGFIX=11 win32 { # Adapt these paths on Windows