summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2022-01-24 15:00:25 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2022-02-01 09:44:37 +0200
commit0fee06882cf54d78fa8ba8c189f436a99880240f (patch)
tree64bc99c0739416f49fc9e812301410b73021df2e
parent9b4956c693291eb7aa38bc20730bb7cd0d40cc4d (diff)
Bump version to 6.2.4
Change-Id: Idd6f5f9b147483982e9a4ed57a7c28a72398b271 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
-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 fd24a8d..1b3f42e 100644
--- a/.cmake.conf
+++ b/.cmake.conf
@@ -1 +1 @@
-set(QT_REPO_MODULE_VERSION "6.2.3")
+set(QT_REPO_MODULE_VERSION "6.2.4")
diff --git a/conanfile.py b/conanfile.py
index 97d14a2..dee3617 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -37,7 +37,7 @@ class QtConanError(Exception):
class QtDeviceUtilities(ConanFile):
name = "qtdeviceutilities"
- version = "6.2.3"
+ version = "6.2.4"
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/"