summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-05-07 10:46:26 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2021-05-07 10:46:26 +0300
commitc32e976ffccd6731b4a81068fc2e90ba0ddd57fd (patch)
tree59b76e1766fa27f2d029109231fb899d28dbf046
parent84ee76130fcc4a8c2c89401969068d00ff98f691 (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 213991f..59ea6e4 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 fd031b5..1a98f20 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.0
+MODULE_VERSION = 6.1.1
diff --git a/conanfile.py b/conanfile.py
index bbcd618..0e696f5 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -37,7 +37,7 @@ class QtConanError(Exception):
class QtActiveQtFormats(ConanFile):
name = "qtactiveqt"
- version = "6.1.0"
+ version = "6.1.1"
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"