Browse Source

- Trunk is now v2.2.0alpha

adaptive-webui-19844
Christophe Dumez 15 years ago
parent
commit
67e3f9e686
  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 @@ @@ -1,6 +1,6 @@
[Desktop Entry]
Categories=Qt;Network;P2P;
Comment=V2.1.0
Comment=V2.2.0
Exec=qbittorrent %f
GenericName=Bittorrent client
GenericName[bg]=Торент клиент

BIN
src/Icons/skin/splash.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 78 KiB

6
src/src.pro

@ -11,12 +11,12 @@ CONFIG += qt \ @@ -11,12 +11,12 @@ CONFIG += qt \
thread
# Update this VERSION for each release
DEFINES += VERSION=\\\"v2.1.0\\\"
DEFINES += VERSION=\\\"v2.2.0alpha\\\"
DEFINES += VERSION_MAJOR=2
DEFINES += VERSION_MINOR=1
DEFINES += VERSION_MINOR=2
DEFINES += VERSION_BUGFIX=0
# NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL
DEFINES += VERSION_TYPE=NORMAL
DEFINES += VERSION_TYPE=ALPHA
# !mac:QMAKE_LFLAGS += -Wl,--as-needed
contains(DEBUG_MODE, 1) {

Loading…
Cancel
Save