mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-23 09:47:08 +03:00
Bump to v2.5.0 beta1
This commit is contained in:
parent
56b88661bc
commit
1962898e24
2 changed files with 3 additions and 3 deletions
Binary file not shown.
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 79 KiB |
|
@ -12,16 +12,16 @@ CONFIG += qt \
|
|||
|
||||
# Update this VERSION for each release
|
||||
os2 {
|
||||
DEFINES += VERSION=\'\"v2.5.0alpha\"\'
|
||||
DEFINES += VERSION=\'\"v2.5.0beta1\"\'
|
||||
} else {
|
||||
DEFINES += VERSION=\\\"v2.5.0alpha\\\"
|
||||
DEFINES += VERSION=\\\"v2.5.0beta1\\\"
|
||||
}
|
||||
DEFINES += VERSION_MAJOR=2
|
||||
DEFINES += VERSION_MINOR=5
|
||||
DEFINES += VERSION_BUGFIX=0
|
||||
|
||||
# NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL
|
||||
DEFINES += VERSION_TYPE=ALPHA
|
||||
DEFINES += VERSION_TYPE=BETA
|
||||
|
||||
win32 {
|
||||
exists(../winconf.pri) {
|
||||
|
|
Loading…
Reference in a new issue