summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-02-18 07:33:55 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2021-02-18 07:33:55 +0200
commite79c5548f3c912bc5d791a8465de03b5bad344e9 (patch)
tree746ec8b22789bee859b3b3ae43f435386a68e217
parent498b39a5136bc13f20a9cf0b3c92e6a7ff796fb5 (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 910ff793f..e665ffb23 100644
--- a/.cmake.conf
+++ b/.cmake.conf
@@ -1 +1 @@
-set(QT_REPO_MODULE_VERSION "6.0.1")
+set(QT_REPO_MODULE_VERSION "6.0.2")
diff --git a/.qmake.conf b/.qmake.conf
index b5025657e..c99dfe945 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.1
+MODULE_VERSION = 6.0.2
diff --git a/conanfile.py b/conanfile.py
index 4b3fa5fcf..4e6e8fa39 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -36,7 +36,7 @@ class QtConanError(Exception):
class Qt3D(ConanFile):
name = "qt3d"
- version = "6.0.1"
+ version = "6.0.2"
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/"