mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-13 16:28:06 +00:00
Bump to v2.4.0beta1
This commit is contained in:
parent
e24ce87946
commit
0e9abc1762
src
@ -1,6 +1,6 @@
|
||||
[Desktop Entry]
|
||||
Categories=Qt;Network;P2P;
|
||||
Comment=V2.3.0
|
||||
Comment=V2.4.0
|
||||
Exec=qbittorrent %f
|
||||
GenericName=Bittorrent client
|
||||
GenericName[ar]=العميل Bittorrent
|
||||
|
Binary file not shown.
Before (image error) Size: 79 KiB After (image error) Size: 79 KiB |
@ -47,7 +47,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>2.3.0</string>
|
||||
<string>2.4.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
|
@ -12,16 +12,16 @@ CONFIG += qt \
|
||||
|
||||
# Update this VERSION for each release
|
||||
os2 {
|
||||
DEFINES += VERSION=\'\"v2.4.0alpha\"\'
|
||||
DEFINES += VERSION=\'\"v2.4.0beta1\"\'
|
||||
} else {
|
||||
DEFINES += VERSION=\\\"v2.4.0alpha\\\"
|
||||
DEFINES += VERSION=\\\"v2.4.0beta1\\\"
|
||||
}
|
||||
DEFINES += VERSION_MAJOR=2
|
||||
DEFINES += VERSION_MINOR=4
|
||||
DEFINES += VERSION_BUGFIX=0
|
||||
|
||||
# NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL
|
||||
DEFINES += VERSION_TYPE=ALPHA
|
||||
DEFINES += VERSION_TYPE=BETA
|
||||
|
||||
win32 {
|
||||
# Adapt these paths on Windows
|
||||
|
Loading…
Reference in New Issue
Block a user