summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-06-08 07:48:51 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2021-06-08 07:48:51 +0300
commit478183c011aa13fdf2a5fab755b4cb8039358726 (patch)
treec60d345065dcce0a0f868fa32aa3c84667b823f0
parent40c40b8e133c4ee3feb199753c82d4b55a105c8e (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 59ea6e43..e80f9d0c 100644
--- a/.cmake.conf
+++ b/.cmake.conf
@@ -1 +1 @@
-set(QT_REPO_MODULE_VERSION "6.1.1")
+set(QT_REPO_MODULE_VERSION "6.1.2")
diff --git a/.qmake.conf b/.qmake.conf
index 6ee2dc9b..b851255c 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.1
+MODULE_VERSION = 6.1.2
CONFIG += warning_clean
CMAKE_MODULE_TESTS=-
diff --git a/conanfile.py b/conanfile.py
index a9f97670..9312b904 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -36,7 +36,7 @@ class QtConanError(Exception):
class QtDataVisualization(ConanFile):
name = "qtdatavis3d"
- version = "6.1.1"
+ version = "6.1.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/qtdatavis3d.git/"