mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
Fix version
This commit is contained in:
@@ -2,9 +2,9 @@ PROJECT_NAME = qbittorrent
|
||||
PROJECT_VERSION = 2.9.0alpha
|
||||
|
||||
os2 {
|
||||
DEFINES += VERSION=\'\"v$${VERSION}\"\'
|
||||
DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\'
|
||||
} else {
|
||||
DEFINES += VERSION=\\\"v$${VERSION}\\\"
|
||||
DEFINES += VERSION=\\\"v$${PROJECT_VERSION}\\\"
|
||||
}
|
||||
|
||||
DEFINES += VERSION_MAJOR=2
|
||||
|
||||
Reference in New Issue
Block a user