1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00

Bump to v2.5.0 beta1

This commit is contained in:
Christophe Dumez 2010-10-17 15:21:52 +00:00
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

View File

@ -12,16 +12,16 @@ CONFIG += qt \
# Update this VERSION for each release # Update this VERSION for each release
os2 { os2 {
DEFINES += VERSION=\'\"v2.5.0alpha\"\' DEFINES += VERSION=\'\"v2.5.0beta1\"\'
} else { } else {
DEFINES += VERSION=\\\"v2.5.0alpha\\\" DEFINES += VERSION=\\\"v2.5.0beta1\\\"
} }
DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MAJOR=2
DEFINES += VERSION_MINOR=5 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=ALPHA DEFINES += VERSION_TYPE=BETA
win32 { win32 {
exists(../winconf.pri) { exists(../winconf.pri) {