diff --git a/src/Icons/qBittorrent.desktop b/src/Icons/qBittorrent.desktop index 8cd114fde..815eaf1bb 100644 --- a/src/Icons/qBittorrent.desktop +++ b/src/Icons/qBittorrent.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Categories=Qt;Network;P2P; -Comment=V1.5.0 +Comment=V1.6.0 Exec=qbittorrent %f GenericName=Bittorrent client GenericName[bg]=Торент клиент diff --git a/src/Icons/skin/splash.png b/src/Icons/skin/splash.png index 1dfb24a92..300c1ff53 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 5fc3b7009..fe71cbcb6 100644 --- a/src/src.pro +++ b/src/src.pro @@ -3,7 +3,7 @@ LANG_PATH = lang ICONS_PATH = Icons # Set the following variable to 1 to enable debug -DEBUG_MODE = 0 +DEBUG_MODE = 1 # Global TEMPLATE = app @@ -14,9 +14,9 @@ CONFIG += qt \ network # Update this VERSION for each release -DEFINES += VERSION=\\\"v1.5.0\\\" +DEFINES += VERSION=\\\"v1.6.0alpha1\\\" DEFINES += VERSION_MAJOR=1 -DEFINES += VERSION_MINOR=5 +DEFINES += VERSION_MINOR=6 DEFINES += VERSION_BUGFIX=0 !mac:QMAKE_LFLAGS += -Wl,--as-needed contains(DEBUG_MODE, 1) {