summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-08-02 11:50:17 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2021-08-02 11:50:17 +0300
commit0b46821db1cea990fbba55c06691e67c59747bd0 (patch)
tree863be91bc2e9b9c2413e58e6659b0c77d8618bca
parenta263b061c364b08d32fb7d904ccd371ea290e2de (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 e086338a..6bdb1fcb 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.2
+MODULE_VERSION = 6.1.3
diff --git a/conanfile.py b/conanfile.py
index 451d75af..f41bf425 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -37,7 +37,7 @@ class QtConanError(Exception):
class QtCharts(ConanFile):
name = "qtcharts"
- 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/qtcharts.git/"