diff options
author | Mikko Gronoff <mikko.gronoff@qt.io> | 2023-03-09 15:49:28 +0200 |
---|---|---|
committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2023-03-10 10:29:59 +0000 |
commit | 3f5325eae4f5234186ec168106e6067b4a4011a6 (patch) | |
tree | 149fa3bb1d5334887b3d0c9ae06c569c92d06d43 | |
parent | 2eb623ede0531ff04bc573cdd9390eeb9f5e9bd4 (diff) |
Doc: Bump version to 5.15.145.15
Change-Id: If5cf399a04ac69dcaffd5916d971ad5443f1b955
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r-- | doc/b2qt-demos.qdoc | 2 | ||||
-rw-r--r-- | doc/b2qt-demos.qdocconf | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/b2qt-demos.qdoc b/doc/b2qt-demos.qdoc index 8587543..d645e84 100644 --- a/doc/b2qt-demos.qdoc +++ b/doc/b2qt-demos.qdoc @@ -50,7 +50,7 @@ /*! \page index.html - \title Qt 5.15.13 for Device Creation Examples and Demos + \title Qt 5.15.14 for Device Creation Examples and Demos \SDK has a number of examples and demos. These are included in the \B2Q images, available in the launcher that is run by default at diff --git a/doc/b2qt-demos.qdocconf b/doc/b2qt-demos.qdocconf index 83dbf2c..a12acb4 100644 --- a/doc/b2qt-demos.qdocconf +++ b/doc/b2qt-demos.qdocconf @@ -5,8 +5,8 @@ outputencoding = UTF-8 sourceencoding = UTF-8 project = QtforDeviceCreationDemos -description = Qt 5.15.13 for Device Creation Examples and Demos -version = 5.15.13 +description = Qt 5.15.14 for Device Creation Examples and Demos +version = 5.15.14 sourcedirs = . imagedirs += images @@ -21,9 +21,9 @@ exampledirs = .. qhp.projects = QtforDeviceCreationDemos qhp.QtforDeviceCreationDemos.file = b2qt-demos.qhp -qhp.QtforDeviceCreationDemos.namespace = org.qt-project.b2qt-demos.51513 +qhp.QtforDeviceCreationDemos.namespace = org.qt-project.b2qt-demos.51514 qhp.QtforDeviceCreationDemos.virtualFolder = b2qt-demos -qhp.QtforDeviceCreationDemos.indexTitle = Qt 5.15.13 for Device Creation Examples and Demos +qhp.QtforDeviceCreationDemos.indexTitle = Qt 5.15.14 for Device Creation Examples and Demos qhp.QtforDeviceCreationDemos.indexRoot = qhp.QtforDeviceCreationDemos.subprojects = demos @@ -35,4 +35,4 @@ manifestmeta.b2qt.names = "QtforDeviceCreationDemos/*" macro.B2Q = "Boot to Qt" macro.SDK = "Qt for Device Creation" -navigation.landingpage = "Qt 5.15.13 for Device Creation Examples and Demos" +navigation.landingpage = "Qt 5.15.14 for Device Creation Examples and Demos" |