summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-03-05 07:53:43 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2021-03-05 07:53:43 +0200
commit729697ebe240ef40f532a921a5be6c9f01083877 (patch)
treeae73400583f32cc3db467db46cfc61e6de83d7c7
parentf26cfa9d614716434420b3fefdfe83bb6d3da688 (diff)
Bump version
-rw-r--r--.cmake.conf2
-rw-r--r--.qmake.conf2
-rw-r--r--conanfile.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/.cmake.conf b/.cmake.conf
index e665ffb23..d9bd0358c 100644
--- a/.cmake.conf
+++ b/.cmake.conf
@@ -1 +1 @@
-set(QT_REPO_MODULE_VERSION "6.0.2")
+set(QT_REPO_MODULE_VERSION "6.0.3")
diff --git a/.qmake.conf b/.qmake.conf
index c99dfe945..98619f42b 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -6,4 +6,4 @@ load(qt_build_config)
DEFINES += QT_NO_FOREACH
DEFINES += QT_NO_JAVA_STYLE_ITERATORS
-MODULE_VERSION = 6.0.2
+MODULE_VERSION = 6.0.3
diff --git a/conanfile.py b/conanfile.py
index 4e6e8fa39..3f0d63e24 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -36,7 +36,7 @@ class QtConanError(Exception):
class Qt3D(ConanFile):
name = "qt3d"
- version = "6.0.2"
+ version = "6.0.3"
license = "LGPL-3.0+, GPL-2.0+, Commercial Qt License Agreement"
author = "The Qt Company <https://www.qt.io/contact-us>"
url = "https://code.qt.io/cgit/qt/qt3d.git/"