summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2022-08-12 12:27:13 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2022-08-12 12:27:13 +0300
commit5dbc6264b137aae9a1005908beb0b7faa84ee2e3 (patch)
treeb79ea227f2cce86152712963f547ee4ac11b5999
parent52284ff1f1166567832636d0532afa8689842b6f (diff)
Bump version to 6.3.2
-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 0ab49ee..949d15d 100644
--- a/.cmake.conf
+++ b/.cmake.conf
@@ -1 +1 @@
-set(QT_REPO_MODULE_VERSION "6.3.1")
+set(QT_REPO_MODULE_VERSION "6.3.2")
diff --git a/conanfile.py b/conanfile.py
index b3377e0..e00543f 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -37,7 +37,7 @@ class QtConanError(Exception):
class QtDeviceUtilities(ConanFile):
name = "qtdeviceutilities"
- version = "6.3.1"
+ version = "6.3.2"
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/"