mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-22 14:23:35 -07:00
Fix version
This commit is contained in:
parent
4eaf5f5420
commit
075594de4b
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@ PROJECT_NAME = qbittorrent
|
||||||
PROJECT_VERSION = 2.8.2
|
PROJECT_VERSION = 2.8.2
|
||||||
|
|
||||||
os2 {
|
os2 {
|
||||||
DEFINES += VERSION=\'\"v$${VERSION}\"\'
|
DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\'
|
||||||
} else {
|
} else {
|
||||||
DEFINES += VERSION=\\\"v$${VERSION}\\\"
|
DEFINES += VERSION=\\\"v$${PROJECT_VERSION}\\\"
|
||||||
}
|
}
|
||||||
|
|
||||||
DEFINES += VERSION_MAJOR=2
|
DEFINES += VERSION_MAJOR=2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue