summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2022-09-16 09:09:50 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2022-09-16 21:04:56 +0300
commitb2f259d87bff43f1991a0ea209a4f7eb7dacf57b (patch)
tree9917b23305aac5122ca2b04cb9e3b67d20735914
parent158fb422f710af8ea05fba145d2e23fe55b49df8 (diff)
Bump version to 6.4.1
Change-Id: Ib53d490a0ba2eaa186d25c7813860d76e31f6723 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 f7a4140..4d8e068 100644
--- a/.cmake.conf
+++ b/.cmake.conf
@@ -1 +1 @@
-set(QT_REPO_MODULE_VERSION "6.4.0")
+set(QT_REPO_MODULE_VERSION "6.4.1")
diff --git a/conanfile.py b/conanfile.py
index 6bd0644..c985548 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -37,7 +37,7 @@ class QtConanError(Exception):
class QtDeviceUtilities(ConanFile):
name = "qtdeviceutilities"
- version = "6.4.0"
+ version = "6.4.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/"