summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2022-12-30 11:05:37 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2023-01-02 13:34:49 +0200
commit148f616bd411884f84fc9f553de36053e701806d (patch)
treecebc78ccd54b2cb236463449ce9b254bbcb0259d
parenta15846b57ead68ca1957423050cdf4c207f78581 (diff)
Bump version to 6.4.3
Change-Id: I47340d0bcd8e414ca027d4de9b9b163e8fe6378f Reviewed-by: Jani Heikkinen <jani.heikkinen@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 5917b21..db70ceb 100644
--- a/.cmake.conf
+++ b/.cmake.conf
@@ -1 +1 @@
-set(QT_REPO_MODULE_VERSION "6.4.2")
+set(QT_REPO_MODULE_VERSION "6.4.3")
diff --git a/conanfile.py b/conanfile.py
index 32df480..98eed28 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -37,7 +37,7 @@ class QtConanError(Exception):
class QtDeviceUtilities(ConanFile):
name = "qtdeviceutilities"
- version = "6.4.2"
+ version = "6.4.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/"