From d87f28b4215d46c0938f2405a2029d7044906051 Mon Sep 17 00:00:00 2001 From: Jani Heikkinen Date: Tue, 8 Jun 2021 07:48:47 +0300 Subject: Bump version Change-Id: Ic00bc176ccf5d70c72d1b94572f91b7bc769403b --- .cmake.conf | 2 +- .qmake.conf | 2 +- conanfile.py | 2 +- 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 " url = "https://code.qt.io/cgit/qt/qtcharts.git/" -- cgit v1.2.3