mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 00:33:09 -07:00
Trunk is now v2.6.0alpha
This commit is contained in:
parent
7c580a87e2
commit
8bcb51ba9c
2 changed files with 6 additions and 6 deletions
|
@ -24,8 +24,8 @@ LANG_PATH = lang
|
|||
ICONS_PATH = Icons
|
||||
|
||||
# use "CONFIG -= debug" to disable debug
|
||||
CONFIG -= debug
|
||||
CONFIG += release
|
||||
CONFIG += debug
|
||||
#CONFIG += release
|
||||
|
||||
# Disable debug output in release mode
|
||||
!debug {
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
os2 {
|
||||
DEFINES += VERSION=\'\"v2.5.0\"\'
|
||||
DEFINES += VERSION=\'\"v2.6.0alpha\"\'
|
||||
} else {
|
||||
DEFINES += VERSION=\\\"v2.5.0\\\"
|
||||
DEFINES += VERSION=\\\"v2.6.0alpha\\\"
|
||||
}
|
||||
DEFINES += VERSION_MAJOR=2
|
||||
DEFINES += VERSION_MINOR=5
|
||||
DEFINES += VERSION_MINOR=6
|
||||
DEFINES += VERSION_BUGFIX=0
|
||||
|
||||
# NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL
|
||||
DEFINES += VERSION_TYPE=NORMAL
|
||||
DEFINES += VERSION_TYPE=ALPHA
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue