summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-04-01 09:15:01 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2021-04-01 09:15:01 +0300
commita3041d32648fb3e11ba2387060ea5daac1da1ead (patch)
tree974e3f3da1109cb0ca58f3891a0e670136942344
parentfb6543480a2063ea79f20ee98f78d492349d118e (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 d9bd035..8aa0769 100644
--- a/.cmake.conf
+++ b/.cmake.conf
@@ -1 +1 @@
-set(QT_REPO_MODULE_VERSION "6.0.3")
+set(QT_REPO_MODULE_VERSION "6.0.4")
diff --git a/.qmake.conf b/.qmake.conf
index 198ef1d..ecd6283 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.3
+MODULE_VERSION = 6.0.4
diff --git a/conanfile.py b/conanfile.py
index 0fcb7a3..e93fe7c 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -36,7 +36,7 @@ class QtConanError(Exception):
class QtMQTT(ConanFile):
name = "qtmqtt"
- version = "6.0.3"
+ version = "6.0.4"
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"