mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-23 01:36:15 +03:00
11 lines
259 B
Text
11 lines
259 B
Text
os2 {
|
|
DEFINES += VERSION=\'\"v2.6.0beta4\"\'
|
|
} else {
|
|
DEFINES += VERSION=\\\"v2.6.0beta4\\\"
|
|
}
|
|
DEFINES += VERSION_MAJOR=2
|
|
DEFINES += VERSION_MINOR=6
|
|
DEFINES += VERSION_BUGFIX=0
|
|
|
|
# NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL
|
|
DEFINES += VERSION_TYPE=BETA
|