summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-05-07 10:46:55 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2021-05-07 10:46:55 +0300
commite32ef66eff91f4418220b25263cc95c0f2670991 (patch)
tree23fd88d47fb7afdd86a13e5964257e894371c669
parente292cd6249b347771006aa9bbeef735391e367ac (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 2665c879..c60f93ab 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.0
+MODULE_VERSION = 6.1.1
diff --git a/conanfile.py b/conanfile.py
index 14f7267e..1f003003 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -37,7 +37,7 @@ class QtConanError(Exception):
class QtCharts(ConanFile):
name = "qtcharts"
- 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/qtcharts.git/"