summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-08-02 11:50:51 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2021-08-02 11:50:51 +0300
commitc9b793e0de2ae0921f14348b77fa9a5032a371fb (patch)
treec738f82f6ba23bbab72e3d77fa9e55336b4a074a
parent5915bbd206aa67546d7ba238ac83801501a7ff46 (diff)
Bump version6.1
-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 e80f9d0..d3da691 100644
--- a/.cmake.conf
+++ b/.cmake.conf
@@ -1 +1 @@
-set(QT_REPO_MODULE_VERSION "6.1.2")
+set(QT_REPO_MODULE_VERSION "6.1.3")
diff --git a/conanfile.py b/conanfile.py
index f782132..6401955 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -37,7 +37,7 @@ class QtConanError(Exception):
class QtDeviceUtilities(ConanFile):
name = "qtdeviceutilities"
- version = "6.1.2"
+ version = "6.1.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/"