summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2021-06-15 12:53:34 +0300
committerMikko Gronoff <mikko.gronoff@qt.io>2021-06-15 13:01:50 +0300
commitde6a36e128d42e814b7a6bcdd2e41cbdc01d2e8e (patch)
tree45050ab8de5aea7a6237c6a303fc9acabf76222b
parentf1c3c84263ed188addf7570fa2d46d5c549754d7 (diff)
Bump version to 6.1.26.1.2
Change-Id: Ibdd0360797ff48ba3631183ec2c1ba3f9c0ee977 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r--.cmake.conf2
-rw-r--r--conanfile.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/.cmake.conf b/.cmake.conf
index 59ea6e4..e80f9d0 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/conanfile.py b/conanfile.py
index eea43e4..f782132 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -37,7 +37,7 @@ class QtConanError(Exception):
class QtDeviceUtilities(ConanFile):
name = "qtdeviceutilities"
- version = "6.1.0"
+ version = "6.1.2"
license = "GPL-3.0, Commercial Qt License Agreement"
author = "The Qt Company <https://www.qt.io/contact-us>"
url = "https://code.qt.io/cgit/qt/qtdeviceutilities.git/"