summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-08-02 11:50:25 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2021-08-02 11:50:25 +0300
commitc3084f1bea36d9e7695cfcb5c5d3fc01514ebc7e (patch)
tree78eda5f1169592aa0544dd159bef36bbbbe6f8cd
parent5eefad5082db784c44990766bd1c9e1f60bc2d75 (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 e80f9d0..d3da691 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 e9c81f1..166ee82 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -4,4 +4,4 @@ CONFIG += warning_clean
DEFINES += QT_NO_FOREACH QT_NO_JAVA_STYLE_ITERATORS
-MODULE_VERSION = 6.1.2
+MODULE_VERSION = 6.1.3
diff --git a/conanfile.py b/conanfile.py
index cce5062..8be2adc 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -37,7 +37,7 @@ class QtConanError(Exception):
class QtScxml(ConanFile):
name = "qtscxml"
- version = "6.1.2"
+ version = "6.1.3"
license = "LGPL-3.0+, GPL-2.0+, Commercial Qt License Agreement"
author = "The Qt Company <https://www.qt.io/contact-us>"
url = "https://code.qt.io/cgit/qt/qtscxml.git"