Browse Source

Trunk is now v2.5.0alpha

adaptive-webui-19844
Christophe Dumez 14 years ago
parent
commit
80760dd7af
  1. 2
      src/Icons/qBittorrent.desktop
  2. 2
      src/Info.plist
  3. 8
      src/src.pro

2
src/Icons/qBittorrent.desktop

@ -1,6 +1,6 @@
[Desktop Entry] [Desktop Entry]
Categories=Qt;Network;P2P; Categories=Qt;Network;P2P;
Comment=V2.4.0 Comment=V2.5.0
Exec=qbittorrent %f Exec=qbittorrent %f
GenericName=Bittorrent client GenericName=Bittorrent client
GenericName[ar]=العميل Bittorrent GenericName[ar]=العميل Bittorrent

2
src/Info.plist

@ -47,7 +47,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>2.4.0</string> <string>2.5.0</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>

8
src/src.pro

@ -12,16 +12,16 @@ CONFIG += qt \
# Update this VERSION for each release # Update this VERSION for each release
os2 { os2 {
DEFINES += VERSION=\'\"v2.4.0rc3\"\' DEFINES += VERSION=\'\"v2.5.0alpha\"\'
} else { } else {
DEFINES += VERSION=\\\"v2.4.0rc3\\\" DEFINES += VERSION=\\\"v2.5.0alpha\\\"
} }
DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MAJOR=2
DEFINES += VERSION_MINOR=4 DEFINES += VERSION_MINOR=5
DEFINES += VERSION_BUGFIX=0 DEFINES += VERSION_BUGFIX=0
# NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL # NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL
DEFINES += VERSION_TYPE=RELEASE_CANDIDATE DEFINES += VERSION_TYPE=ALPHA
win32 { win32 {
# Adapt these paths on Windows # Adapt these paths on Windows

Loading…
Cancel
Save