summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-06-08 07:48:21 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2021-06-08 07:48:21 +0300
commit7521299682368cfe00306c26be0e11785e5ef4a0 (patch)
tree1b5d294e80b37aba4ea08887914393081dbf14e2
parent0434d50a17cdc54ae17b4a6397c6fba6c9b81cdb (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 59ea6e430..e80f9d0c2 100644
--- a/.cmake.conf
+++ b/.cmake.conf
@@ -1 +1 @@
-set(QT_REPO_MODULE_VERSION "6.1.1")
+set(QT_REPO_MODULE_VERSION "6.1.2")
diff --git a/.qmake.conf b/.qmake.conf
index ba0751957..9e1deb86c 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.1.1
+MODULE_VERSION = 6.1.2
diff --git a/conanfile.py b/conanfile.py
index 1c985836b..4b9c014b4 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -37,7 +37,7 @@ class QtConanError(Exception):
class Qt3D(ConanFile):
name = "qt3d"
- version = "6.1.1"
+ version = "6.1.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/"