summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-02-22 14:59:39 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2021-02-22 14:59:39 +0200
commitfe6480bdcdbfe760c79a1f98057583be7d9ed380 (patch)
tree9cabd48cd11956edbab48309cb61dbe786a08bc9
parentbda3d02e04ca27bc4d9d8644a6568702b8f0999a (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 42d61f4..ab64b98 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -3,4 +3,4 @@ load(qt_build_config)
ROOT_SOURCE_DIR=$$PWD
ROOT_BUILD_DIR=$$shadowed($$PWD)
-MODULE_VERSION = 6.0.1
+MODULE_VERSION = 6.0.2
diff --git a/conanfile.py b/conanfile.py
index d0a62d4..e2eb9a6 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -36,7 +36,7 @@ class QtConanError(Exception):
class QtOPCUA(ConanFile):
name = "qtopcua"
- version = "6.0.1"
+ version = "6.0.2"
license = "GPL-3.0+, LGPL-3.0+, Commercial Qt License Agreement"
author = "The Qt Company <https://www.qt.io/contact-us>"
url = "https://code.qt.io/cgit/qt/qtopcua.git"