1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-19 19:20:52 +00:00
qBittorrent/version.pri
2011-06-05 16:08:30 +00:00

12 lines
251 B
Plaintext

os2 {
DEFINES += VERSION=\'\"v2.8.0\"\'
} else {
DEFINES += VERSION=\\\"v2.8.0\\\"
}
DEFINES += VERSION_MAJOR=2
DEFINES += VERSION_MINOR=8
DEFINES += VERSION_BUGFIX=0
# NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL
DEFINES += VERSION_TYPE=NORMAL