summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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..4e73b3d 100644
--- a/.cmake.conf
+++ b/.cmake.conf
@@ -1 +1 @@
-set(QT_REPO_MODULE_VERSION "6.1.0")
+set(QT_REPO_MODULE_VERSION "6.2.0")
diff --git a/.qmake.conf b/.qmake.conf
index 19fdbf5..fe1fb74 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.0
+MODULE_VERSION = 6.2.0
diff --git a/conanfile.py b/conanfile.py
index d1055b5..f5e72b9 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -36,7 +36,7 @@ class QtConanError(Exception):
class QtImageFormats(ConanFile):
name = "qtimageformats"
- version = "6.1.0"
+ version = "6.2.0"
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"