summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-08-02 11:49:49 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2021-08-02 11:49:49 +0300
commit2183471f2953b4082243a1fdfc5520a8f182ebf4 (patch)
tree83343ee741a637dfaed199669f79c81d446eeef3
parentca926b7b5ed6f0369e320729e1ed78688319f30d (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 86bf464..204b944 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -2,4 +2,4 @@ load(qt_build_config)
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 c84d9c3..8e6e2fd 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -37,7 +37,7 @@ class QtConanError(Exception):
class QtActiveQtFormats(ConanFile):
name = "qtactiveqt"
- 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/qtactiveqt.git"