1
mirror of https://github.com/qbittorrent/qBittorrent synced 2024-11-03 00:09:23 +01:00
qBittorrent/version.pri
Christophe Dumez 01b5844174 - FEATURE: Added monochrome icon for light themes
- BUGFIX: Change systray icon on the fly (no restart needed)
2011-03-27 08:34:51 +00:00

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