summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-12-14 12:14:02 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2021-12-18 16:04:30 +0000
commite37d55eb9a3b8bbf807c2031d1fdab4ac05cc180 (patch)
tree8101574061d542d56c4ac5ea70bf1dc9bc6710e4
parentcc96951e2d3b3dcc681db009781f21779830d54d (diff)
Bump version to 6.2.3
Change-Id: I05d5c5d8167f09ff7cf8a9816e2de37f762074ae 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 401848c..fd24a8d 100644
--- a/.cmake.conf
+++ b/.cmake.conf
@@ -1 +1 @@
-set(QT_REPO_MODULE_VERSION "6.2.2")
+set(QT_REPO_MODULE_VERSION "6.2.3")
diff --git a/conanfile.py b/conanfile.py
index f69d831..97d14a2 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -37,7 +37,7 @@ class QtConanError(Exception):
class QtDeviceUtilities(ConanFile):
name = "qtdeviceutilities"
- version = "6.2.2"
+ version = "6.2.3"
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/"