summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2021-06-15 12:51:52 +0300
committerMikko Gronoff <mikko.gronoff@qt.io>2021-06-15 20:13:37 +0300
commitddde0e8ade0371d229f4c9827245e1133a8f6e2a (patch)
tree61ac1b77e0df6b79033fbc4e9ff890e71d139ec4
parent10c59319e196f717e569a9a0bfc45ae73d88d1fd (diff)
Bump version to 6.2.0
...also in conanfile.py. Change-Id: I391401cb05c209f41ea4c7edf823094f2a6798c7 Reviewed-by: Samuli Piippo <samuli.piippo@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 213991f..4e73b3d 100644
--- a/.cmake.conf
+++ b/.cmake.conf
@@ -1 +1 @@
-set(QT_REPO_MODULE_VERSION "6.1.0")
+set(QT_REPO_MODULE_VERSION "6.2.0")
diff --git a/conanfile.py b/conanfile.py
index eea43e4..ea05fdc 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -37,7 +37,7 @@ class QtConanError(Exception):
class QtDeviceUtilities(ConanFile):
name = "qtdeviceutilities"
- version = "6.1.0"
+ version = "6.2.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/"