1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +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 07:50:39 +00: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