mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-02-24 11:07:22 -08:00
This is an excuse to produce new builds with an OpenSSL version that isn't affected by the heartbleed bug for Windows and Mac. This bug should only affect the WebUI and only if HTTPS/SSL authentication was enabled.
13 lines
258 B
Plaintext
13 lines
258 B
Plaintext
PROJECT_NAME = qbittorrent
|
|
PROJECT_VERSION = 3.1.9.1
|
|
|
|
os2 {
|
|
DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\'
|
|
} else {
|
|
DEFINES += VERSION=\\\"v$${PROJECT_VERSION}\\\"
|
|
}
|
|
|
|
DEFINES += VERSION_MAJOR=3
|
|
DEFINES += VERSION_MINOR=1
|
|
DEFINES += VERSION_BUGFIX=9
|