- Trunk is now v2.2.0alpha

This commit is contained in:
Christophe Dumez
2010-01-18 19:14:33 +00:00
parent aaeb6b90ed
commit 67e3f9e686
3 changed files with 4 additions and 4 deletions

View File

@@ -11,12 +11,12 @@ CONFIG += qt \
thread
# Update this VERSION for each release
DEFINES += VERSION=\\\"v2.1.0\\\"
DEFINES += VERSION=\\\"v2.2.0alpha\\\"
DEFINES += VERSION_MAJOR=2
DEFINES += VERSION_MINOR=1
DEFINES += VERSION_MINOR=2
DEFINES += VERSION_BUGFIX=0
# NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL
DEFINES += VERSION_TYPE=NORMAL
DEFINES += VERSION_TYPE=ALPHA
# !mac:QMAKE_LFLAGS += -Wl,--as-needed
contains(DEBUG_MODE, 1) {