summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-05-07 10:46:58 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2021-05-07 10:46:58 +0300
commit6dd199cb546f4477917e6e97d28817e389a347fc (patch)
treedecbea2b820d48fa6d6ae6ef48216a48bfc8624c
parentf09dac3780d97dbcb4eb11737636a18779f46afa (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..59ea6e43 100644
--- a/.cmake.conf
+++ b/.cmake.conf
@@ -1 +1 @@
-set(QT_REPO_MODULE_VERSION "6.1.0")
+set(QT_REPO_MODULE_VERSION "6.1.1")
diff --git a/.qmake.conf b/.qmake.conf
index 9de7958f..6ee2dc9b 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.1.1
CONFIG += warning_clean
CMAKE_MODULE_TESTS=-
diff --git a/conanfile.py b/conanfile.py
index 8518dbf2..a9f97670 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.1.1"
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/"