mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-26 19:26:59 +03:00
Update version
This commit is contained in:
parent
33f5c8e903
commit
30bc14c940
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
PROJECT_NAME = qbittorrent
|
||||
PROJECT_VERSION = 2.10.0alpha
|
||||
PROJECT_VERSION = 3.0.0alpha
|
||||
|
||||
os2 {
|
||||
DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\'
|
||||
|
@ -7,6 +7,6 @@ os2 {
|
|||
DEFINES += VERSION=\\\"v$${PROJECT_VERSION}\\\"
|
||||
}
|
||||
|
||||
DEFINES += VERSION_MAJOR=2
|
||||
DEFINES += VERSION_MINOR=10
|
||||
DEFINES += VERSION_MAJOR=3
|
||||
DEFINES += VERSION_MINOR=0
|
||||
DEFINES += VERSION_BUGFIX=0
|
||||
|
|
Loading…
Reference in a new issue