summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-11-01 13:58:51 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2021-11-03 14:17:56 +0200
commitd92f07e638c11c10c83e189d47feda1b42425f41 (patch)
tree6f4c63c15b3de4f84d6101787378282c0a5473df
parent8f32a84321c6a9db16974998164c76d814ad331d (diff)
Bump version to 6.2.2
Change-Id: I9f9909a4d3c59da6e39d718fd60ac11ea6300e3a 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 61f0ac1..401848c 100644
--- a/.cmake.conf
+++ b/.cmake.conf
@@ -1 +1 @@
-set(QT_REPO_MODULE_VERSION "6.2.1")
+set(QT_REPO_MODULE_VERSION "6.2.2")
diff --git a/conanfile.py b/conanfile.py
index 7700fb8..f69d831 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -37,7 +37,7 @@ class QtConanError(Exception):
class QtDeviceUtilities(ConanFile):
name = "qtdeviceutilities"
- version = "6.2.1"
+ version = "6.2.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/"