diff --git a/src/Icons/qBittorrent.desktop b/src/Icons/qBittorrent.desktop index e278136eb..c5bbf35cc 100644 --- a/src/Icons/qBittorrent.desktop +++ b/src/Icons/qBittorrent.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Categories=Qt;Network;P2P -Comment=V1.3.0 +Comment=V1.3.1 Exec=qbittorrent %f GenericName=Bittorrent client GenericName[bg]=Торент клиент diff --git a/src/Icons/splash.png b/src/Icons/splash.png index f667a2615..bb91d724e 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 980315623..1541f4916 100644 --- a/src/src.pro +++ b/src/src.pro @@ -14,10 +14,10 @@ CONFIG += qt \ network # Update this VERSION for each release -DEFINES += VERSION=\\\"v1.3.0\\\" +DEFINES += VERSION=\\\"v1.3.1\\\" DEFINES += VERSION_MAJOR=1 DEFINES += VERSION_MINOR=3 -DEFINES += VERSION_BUGFIX=0 +DEFINES += VERSION_BUGFIX=1 !mac:QMAKE_LFLAGS += -Wl,--as-needed contains(DEBUG_MODE, 1) { CONFIG += debug