1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-10 06:48:00 +00:00
qBittorrent/version.pri
Christophe Dumez 8a1e79d22f Restructured the project file
Move OS specific configuration to separate project files
2010-11-20 17:21:40 +00:00

12 lines
259 B
Plaintext

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