mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-02-22 10:08:35 -08:00
12 lines
251 B
Plaintext
12 lines
251 B
Plaintext
os2 {
|
|
DEFINES += VERSION=\'\"v2.6.5\"\'
|
|
} else {
|
|
DEFINES += VERSION=\\\"v2.6.5\\\"
|
|
}
|
|
DEFINES += VERSION_MAJOR=2
|
|
DEFINES += VERSION_MINOR=6
|
|
DEFINES += VERSION_BUGFIX=5
|
|
|
|
# NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL
|
|
DEFINES += VERSION_TYPE=NORMAL
|