Branched v2.4.x

This commit is contained in:
Christophe Dumez
2010-08-24 18:27:18 +00:00
parent eb54d81c5e
commit f54bc8bea4
5 changed files with 101 additions and 95 deletions

View File

@@ -3,7 +3,7 @@ LANG_PATH = lang
ICONS_PATH = Icons
# Set the following variable to 1 to enable debug
DEBUG_MODE = 1
DEBUG_MODE = 0
# Global
TEMPLATE = app
@@ -12,16 +12,16 @@ CONFIG += qt \
# Update this VERSION for each release
os2 {
DEFINES += VERSION=\'\"v2.4.0rc3\"\'
DEFINES += VERSION=\'\"v2.4.0\"\'
} else {
DEFINES += VERSION=\\\"v2.4.0rc3\\\"
DEFINES += VERSION=\\\"v2.4.0\\\"
}
DEFINES += VERSION_MAJOR=2
DEFINES += VERSION_MINOR=4
DEFINES += VERSION_BUGFIX=0
# NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL
DEFINES += VERSION_TYPE=RELEASE_CANDIDATE
DEFINES += VERSION_TYPE=NORMAL
win32 {
# Adapt these paths on Windows