Files
qBittorrent/version.pri
sledgehammer999 b0ed148c4c Bump to v3.0.10
2013-07-09 23:35:32 +03:00

13 lines
258 B
Plaintext

PROJECT_NAME = qbittorrent
PROJECT_VERSION = 3.0.10
os2 {
DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\'
} else {
DEFINES += VERSION=\\\"v$${PROJECT_VERSION}\\\"
}
DEFINES += VERSION_MAJOR=3
DEFINES += VERSION_MINOR=0
DEFINES += VERSION_BUGFIX=10