mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-29 05:48:47 +03:00
- Bump to v2.2.0beta1
This commit is contained in:
parent
c4ce2a2549
commit
b6f56c0812
1 changed files with 2 additions and 2 deletions
|
@ -11,12 +11,12 @@ CONFIG += qt \
|
|||
thread
|
||||
|
||||
# Update this VERSION for each release
|
||||
DEFINES += VERSION=\\\"v2.2.0alpha\\\"
|
||||
DEFINES += VERSION=\\\"v2.2.0beta1\\\"
|
||||
DEFINES += VERSION_MAJOR=2
|
||||
DEFINES += VERSION_MINOR=2
|
||||
DEFINES += VERSION_BUGFIX=0
|
||||
# NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL
|
||||
DEFINES += VERSION_TYPE=ALPHA
|
||||
DEFINES += VERSION_TYPE=BETA1
|
||||
|
||||
# !mac:QMAKE_LFLAGS += -Wl,--as-needed
|
||||
contains(DEBUG_MODE, 1) {
|
||||
|
|
Loading…
Reference in a new issue