summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-06-08 07:48:24 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2021-06-08 07:48:24 +0300
commite0635ec82e4c963f432f62434fec074a555016f3 (patch)
tree2256b236059b62988e4d34954c384047d6779f4f
parent0a402660747df57cd74f010a0462ff6dff3bef7c (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 59ea6e4..e80f9d0 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 695a84e..0998b83 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -2,5 +2,5 @@ load(qt_build_config)
DEFINES += QT_NO_FOREACH QT_NO_JAVA_STYLE_ITERATORS
-MODULE_VERSION = 6.1.1
+MODULE_VERSION = 6.1.2
diff --git a/conanfile.py b/conanfile.py
index 692fac4..65661a6 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -37,7 +37,7 @@ class QtConanError(Exception):
class QtImageFormats(ConanFile):
name = "qtimageformats"
- version = "6.1.1"
+ version = "6.1.2"
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/qtimageformats.git"