Browse Source

- v2.0.0beta1 bump

adaptive-webui-19844
Christophe Dumez 15 years ago
parent
commit
6afb82e2e2
  1. 2
      src/Icons/qBittorrent.desktop
  2. BIN
      src/Icons/skin/splash.png
  3. 6
      src/src.pro

2
src/Icons/qBittorrent.desktop

@ -1,6 +1,6 @@
[Desktop Entry] [Desktop Entry]
Categories=Qt;Network;P2P; Categories=Qt;Network;P2P;
Comment=V1.6.0 Comment=V2.0.0
Exec=qbittorrent %U Exec=qbittorrent %U
GenericName=Bittorrent client GenericName=Bittorrent client
GenericName[bg]=Торент клиент GenericName[bg]=Торент клиент

BIN
src/Icons/skin/splash.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 78 KiB

6
src/src.pro

@ -14,9 +14,9 @@ CONFIG += qt \
network network
# Update this VERSION for each release # Update this VERSION for each release
DEFINES += VERSION=\\\"v1.6.0beta1\\\" DEFINES += VERSION=\\\"v2.0.0beta1\\\"
DEFINES += VERSION_MAJOR=1 DEFINES += VERSION_MAJOR=2
DEFINES += VERSION_MINOR=6 DEFINES += VERSION_MINOR=0
DEFINES += VERSION_BUGFIX=0 DEFINES += VERSION_BUGFIX=0
!mac:QMAKE_LFLAGS += -Wl,--as-needed !mac:QMAKE_LFLAGS += -Wl,--as-needed
contains(DEBUG_MODE, 1) { contains(DEBUG_MODE, 1) {

Loading…
Cancel
Save