mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-25 05:54:33 +00: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
|