Browse Source

Bump to rc4

adaptive-webui-19844
Christophe Dumez 14 years ago
parent
commit
66a5e479c7
  1. 6
      src/src.pro

6
src/src.pro

@ -3,7 +3,7 @@ LANG_PATH = lang
ICONS_PATH = Icons ICONS_PATH = Icons
# Set the following variable to 1 to enable debug # Set the following variable to 1 to enable debug
DEBUG_MODE = 1 DEBUG_MODE = 0
# Global # Global
TEMPLATE = app TEMPLATE = app
@ -12,9 +12,9 @@ CONFIG += qt \
# Update this VERSION for each release # Update this VERSION for each release
os2 { os2 {
DEFINES += VERSION=\'\"v2.3.0rc3\"\' DEFINES += VERSION=\'\"v2.3.0rc4\"\'
} else { } else {
DEFINES += VERSION=\\\"v2.3.0rc3\\\" DEFINES += VERSION=\\\"v2.3.0rc4\\\"
} }
DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MAJOR=2
DEFINES += VERSION_MINOR=3 DEFINES += VERSION_MINOR=3

Loading…
Cancel
Save