mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Fix version
This commit is contained in:
parent
921512e51d
commit
f2df8ce1d9
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@ PROJECT_NAME = qbittorrent
|
||||||
PROJECT_VERSION = 2.9.0alpha
|
PROJECT_VERSION = 2.9.0alpha
|
||||||
|
|
||||||
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