1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-02-07 20:34:14 +00:00
qBittorrent/version.pri

13 lines
256 B
Plaintext
Raw Normal View History

2011-06-18 13:35:25 +00:00
PROJECT_NAME = qbittorrent
2011-10-08 10:50:39 +03:00
PROJECT_VERSION = 2.9.0
2011-06-18 13:35:25 +00:00
os2 {
2011-06-18 14:32:13 +00:00
DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\'
} else {
2011-06-18 14:32:13 +00:00
DEFINES += VERSION=\\\"v$${PROJECT_VERSION}\\\"
}
2011-06-18 13:35:25 +00:00
DEFINES += VERSION_MAJOR=2
2011-06-18 13:35:25 +00:00
DEFINES += VERSION_MINOR=9
DEFINES += VERSION_BUGFIX=0