summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-06-08 07:48:47 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2021-06-08 07:48:47 +0300
commitd87f28b4215d46c0938f2405a2029d7044906051 (patch)
tree2d19df4e33f6ceec62f0da03695478729b652ed9
parent7498fd37cfd02d7b311ef51a51ce1af27524ebbb (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 c60f93ab..e086338a 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -2,4 +2,4 @@ load(qt_build_config)
DEFINES += QT_NO_JAVA_STYLE_ITERATORS
-MODULE_VERSION = 6.1.1
+MODULE_VERSION = 6.1.2
diff --git a/conanfile.py b/conanfile.py
index 1f003003..451d75af 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -37,7 +37,7 @@ class QtConanError(Exception):
class QtCharts(ConanFile):
name = "qtcharts"
- 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/qtcharts.git/"