1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-26 06:25:27 +00:00
qBittorrent/version.pri

13 lines
259 B
Plaintext
Raw Normal View History

2011-06-18 13:35:25 +00:00
PROJECT_NAME = qbittorrent
2011-10-02 12:36:59 +03:00
PROJECT_VERSION = 2.9.0rc3
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