mirror of
https://github.com/qbittorrent/qBittorrent
synced 2024-11-03 00:09:23 +01:00
01b5844174
- BUGFIX: Change systray icon on the fly (no restart needed)
12 lines
262 B
Plaintext
12 lines
262 B
Plaintext
os2 {
|
|
DEFINES += VERSION=\'\"v2.8.0alpha1\"\'
|
|
} else {
|
|
DEFINES += VERSION=\\\"v2.8.0alpha1\\\"
|
|
}
|
|
DEFINES += VERSION_MAJOR=2
|
|
DEFINES += VERSION_MINOR=8
|
|
DEFINES += VERSION_BUGFIX=0
|
|
|
|
# NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL
|
|
DEFINES += VERSION_TYPE=ALPHA
|