qBittorrent/version.pri
Christophe Dumez df60032134 Bump to v2.8.5
2011-09-12 20:12:29 +03:00

13 lines
256 B
Plaintext

PROJECT_NAME = qbittorrent
PROJECT_VERSION = 2.8.5
os2 {
DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\'
} else {
DEFINES += VERSION=\\\"v$${PROJECT_VERSION}\\\"
}
DEFINES += VERSION_MAJOR=2
DEFINES += VERSION_MINOR=8
DEFINES += VERSION_BUGFIX=5