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
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) {