Browse Source

Forgot to bump the version in project file

adaptive-webui-19844
Christophe Dumez 14 years ago
parent
commit
44fc86e7da
  1. 4
      src/src.pro

4
src/src.pro

@ -12,9 +12,9 @@ CONFIG += qt \
# Update this VERSION for each release # Update this VERSION for each release
os2 { os2 {
DEFINES += VERSION=\'\"v2.3.0beta1\'\" DEFINES += VERSION=\'\"v2.3.0beta2\'\"
} else { } else {
DEFINES += VERSION=\\\"v2.3.0beta1\\\" DEFINES += VERSION=\\\"v2.3.0beta2\\\"
} }
DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MAJOR=2
DEFINES += VERSION_MINOR=3 DEFINES += VERSION_MINOR=3

Loading…
Cancel
Save