summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-08-02 11:50:19 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2021-08-02 11:50:19 +0300
commit216b18b2724ef5edde1170ccf93f7486ee39e3bb (patch)
treed3b246fa981104deeaefedcd16d29cd6c42261f0
parent77c2dd390befb5eacaaef59f1f4a94edf891bf7c (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 e80f9d0c..d3da691f 100644
--- a/.cmake.conf
+++ b/.cmake.conf
@@ -1 +1 @@
-set(QT_REPO_MODULE_VERSION "6.1.2")
+set(QT_REPO_MODULE_VERSION "6.1.3")
diff --git a/.qmake.conf b/.qmake.conf
index b851255c..fcb277f0 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.2
+MODULE_VERSION = 6.1.3
CONFIG += warning_clean
CMAKE_MODULE_TESTS=-
diff --git a/conanfile.py b/conanfile.py
index 9312b904..a54d391d 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -36,7 +36,7 @@ class QtConanError(Exception):
class QtDataVisualization(ConanFile):
name = "qtdatavis3d"
- version = "6.1.2"
+ version = "6.1.3"
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/"