summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-02-18 07:21:08 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2021-02-18 07:21:08 +0200
commit433b4c7a93817309d23cb006a4cfe80aad82a0bc (patch)
tree1e352dcb85e30889e1d0a5dfac3be31146f3ce54
parentb57f5214361305bc1dcc3d6d8e4f0536113bf3c8 (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 213991f5..4e73b3d6 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/.qmake.conf b/.qmake.conf
index 9de7958f..90b8856d 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -2,6 +2,6 @@ load(qt_build_config)
DEFINES += QT_NO_JAVA_STYLE_ITERATORS
-MODULE_VERSION = 6.1.0
+MODULE_VERSION = 6.2.0
CONFIG += warning_clean
CMAKE_MODULE_TESTS=-
diff --git a/conanfile.py b/conanfile.py
index 41f040a6..f6868696 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -36,7 +36,7 @@ class QtConanError(Exception):
class QtDataVisualization(ConanFile):
name = "qtdatavis3d"
- 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/qtdatavis3d.git/"