mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-22 17:26:21 +03:00
Update to v2.3.0 alpha
This commit is contained in:
parent
912056a364
commit
3877cf9ab8
1 changed files with 3 additions and 3 deletions
|
@ -11,13 +11,13 @@ CONFIG += qt \
|
|||
thread
|
||||
|
||||
# Update this VERSION for each release
|
||||
DEFINES += VERSION=\\\"v2.2.0\\\"
|
||||
DEFINES += VERSION=\\\"v2.3.0alpha\\\"
|
||||
DEFINES += VERSION_MAJOR=2
|
||||
DEFINES += VERSION_MINOR=2
|
||||
DEFINES += VERSION_MINOR=3
|
||||
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…
Reference in a new issue