Browse Source

- Updated version number to v2.1.0alpha in trunk (new development focus)

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

2
src/Icons/qBittorrent.desktop

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
[Desktop Entry]
Categories=Qt;Network;P2P;
Comment=V2.0.0
Comment=V2.1.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

4
src/src.pro

@ -12,9 +12,9 @@ CONFIG += qt \ @@ -12,9 +12,9 @@ CONFIG += qt \
thread
# Update this VERSION for each release
DEFINES += VERSION=\\\"v2.0.0\\\"
DEFINES += VERSION=\\\"v2.1.0alpha\\\"
DEFINES += VERSION_MAJOR=2
DEFINES += VERSION_MINOR=0
DEFINES += VERSION_MINOR=1
DEFINES += VERSION_BUGFIX=0
# !mac:QMAKE_LFLAGS += -Wl,--as-needed

Loading…
Cancel
Save