summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2022-01-28 08:00:50 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2022-02-01 21:44:04 +0200
commitacb1b86a0f006524be0913fb30fdbf235a778406 (patch)
tree78e74668cdc54fb8d5347bd9317653a7fdf96ea9
parent6cb69b24dd81802a34d511e057ad4776b6aced77 (diff)
Bump version to 6.4.0
Change-Id: I71af614dc5e6313fa55707effbff7fb54814a740 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 aae2a68..f7a4140 100644
--- a/.cmake.conf
+++ b/.cmake.conf
@@ -1 +1 @@
-set(QT_REPO_MODULE_VERSION "6.3.0")
+set(QT_REPO_MODULE_VERSION "6.4.0")
diff --git a/conanfile.py b/conanfile.py
index 2c69770..6bd0644 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -37,7 +37,7 @@ class QtConanError(Exception):
class QtDeviceUtilities(ConanFile):
name = "qtdeviceutilities"
- version = "6.3.0"
+ version = "6.4.0"
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/"