aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2018-04-04 14:09:25 +0200
committerDominik Holland <dominik.holland@pelagicore.com>2018-04-11 12:53:57 +0000
commit741ed2546671394cfe28f9240e71b422e06609db (patch)
tree2262313237ef2bb613d304faff69ea2bd617d9d0
parentc8573ba26a4981f90a0d0cf66c47d8330ebcc036 (diff)
Update the version to use the new QtAS version schema
The new version is now called 5.11 (same as the branch) Change-Id: If53387ecdefb6db9034b3c25b8238e0563c41bbb Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
-rw-r--r--.qmake.conf2
-rw-r--r--src/doc/qtautomotivesuite/qtautomotivesuite-project.qdocconf4
2 files changed, 3 insertions, 3 deletions
diff --git a/.qmake.conf b/.qmake.conf
index 1124ba0..1b95d43 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -6,6 +6,6 @@ load(qt_build_config)
DEFINES += QT_NO_FOREACH
QMAKEFEATURES=$$PWD/mkspecs/features
-MODULE_VERSION = 2.1.0
+MODULE_VERSION = 5.11.0
!win32: CONFIG += ivi-coverage
diff --git a/src/doc/qtautomotivesuite/qtautomotivesuite-project.qdocconf b/src/doc/qtautomotivesuite/qtautomotivesuite-project.qdocconf
index 856350c..0f7af5e 100644
--- a/src/doc/qtautomotivesuite/qtautomotivesuite-project.qdocconf
+++ b/src/doc/qtautomotivesuite/qtautomotivesuite-project.qdocconf
@@ -1,6 +1,6 @@
project = QtAutomotiveSuite
description = Qt Automotive Suite Documentation
-version = 2.0
+version = $QT_VERSION
url = http://doc.qt.io/QtAutomotiveSuite
sourcedirs += src
@@ -40,7 +40,7 @@ depends += \
qtquick \
neptuneui
-buildversion = "Qt Automotive Suite 2.0"
+buildversion = "Qt Automotive Suite $QT_VERSION"
macro.QAS = "Qt Automotive Suite"
macro.B2Q = "Boot to Qt"