mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-03 07:29:59 +08:00
5d86930c80
Fix qBittorrent shutdown problem (closes #682576)
12 lines
268 B
Plaintext
12 lines
268 B
Plaintext
os2 {
|
|
DEFINES += VERSION=\'\"v2.5.0rc4\"\'
|
|
} else {
|
|
DEFINES += VERSION=\\\"v2.5.0rc4\\\"
|
|
}
|
|
DEFINES += VERSION_MAJOR=2
|
|
DEFINES += VERSION_MINOR=5
|
|
DEFINES += VERSION_BUGFIX=0
|
|
|
|
# NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL
|
|
DEFINES += VERSION_TYPE=RELEASE_CANDIDATE
|