summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-10-04 13:23:26 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2021-10-12 14:32:04 +0300
commit4cacbd5c8a5d8e241cdfab7f623051b0f5d6d38e (patch)
tree5b8b9924cc0d323ded3fa00f8c04ca834945d271
parent729ca4ede12d734def1ef1c70a9f050579e16e27 (diff)
Bump version to 6.2.1
Change-Id: I36b4c9a288aa1e2a2c42f26ca1657f743f02c02a 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 4e73b3d..61f0ac1 100644
--- a/.cmake.conf
+++ b/.cmake.conf
@@ -1 +1 @@
-set(QT_REPO_MODULE_VERSION "6.2.0")
+set(QT_REPO_MODULE_VERSION "6.2.1")
diff --git a/conanfile.py b/conanfile.py
index ea05fdc..7700fb8 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -37,7 +37,7 @@ class QtConanError(Exception):
class QtDeviceUtilities(ConanFile):
name = "qtdeviceutilities"
- version = "6.2.0"
+ version = "6.2.1"
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/"