diff --git a/src/Icons/qBittorrent.desktop b/src/Icons/qBittorrent.desktop index 24cec13b7..1d4ad6961 100644 --- a/src/Icons/qBittorrent.desktop +++ b/src/Icons/qBittorrent.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Categories=Qt;Network;P2P; -Comment=V2.2.8 +Comment=V2.2.9 Exec=qbittorrent %f GenericName=Bittorrent client GenericName[ar]=العميل Bittorrent diff --git a/src/Icons/skin/splash.png b/src/Icons/skin/splash.png index 44dbc373e..951379053 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 58fffee5b..79cd479c4 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -47,7 +47,7 @@ CFBundlePackageType APPL CFBundleGetInfoString - 2.2.8 + 2.2.9 CFBundleSignature ???? CFBundleExecutable diff --git a/src/src.pro b/src/src.pro index 2abec948c..7c95d48bd 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.8\'\" + DEFINES += VERSION=\'\"v2.2.9\'\" } else { - DEFINES += VERSION=\\\"v2.2.8\\\" + DEFINES += VERSION=\\\"v2.2.9\\\" } DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MINOR=2 -DEFINES += VERSION_BUGFIX=8 +DEFINES += VERSION_BUGFIX=9 win32 { # Adapt these paths on Windows