summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-02-22 14:59:37 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2021-02-22 14:59:37 +0200
commit64cea165ada8a0cc389a4efbf95b60c51b10c5fa (patch)
tree8c3f504083ce3cb9092bf71ae074438c9688f259
parent989f16d8d3a0f304e4aeb3bd7edb9b7f52ed5bb0 (diff)
Bump version
-rw-r--r--.cmake.conf2
-rw-r--r--.qmake.conf2
-rw-r--r--conanfile.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/.cmake.conf b/.cmake.conf
index 910ff79..e665ffb 100644
--- a/.cmake.conf
+++ b/.cmake.conf
@@ -1 +1 @@
-set(QT_REPO_MODULE_VERSION "6.0.1")
+set(QT_REPO_MODULE_VERSION "6.0.2")
diff --git a/.qmake.conf b/.qmake.conf
index 9129db6..c16602b 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -3,4 +3,4 @@ CONFIG += warning_clean
DEFINES += QT_NO_FOREACH QT_NO_JAVA_STYLE_ITERATORS
-MODULE_VERSION = 6.0.1
+MODULE_VERSION = 6.0.2
diff --git a/conanfile.py b/conanfile.py
index deab944..733c031 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -36,7 +36,7 @@ class QtConanError(Exception):
class QtMQTT(ConanFile):
name = "qtmqtt"
- version = "6.0.1"
+ version = "6.0.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/qtmqtt.git"