summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-08-02 11:49:35 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2021-08-02 11:49:35 +0300
commit89872d08529614f0d6ab5c02d6c118202e5eabdf (patch)
tree65fc47cd6a8d76f7b7a30acb34eb150b4c358e60
parentd3b5c3c96433a788fc1027de5e4f8ca98887e40e (diff)
Bump version
-rw-r--r--.cmake.conf2
-rw-r--r--.qmake.conf2
-rwxr-xr-xutil/cmake/pro2cmake.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/.cmake.conf b/.cmake.conf
index 6037803f47..8bc583f1b3 100644
--- a/.cmake.conf
+++ b/.cmake.conf
@@ -1,4 +1,4 @@
-set(QT_REPO_MODULE_VERSION "6.1.2")
+set(QT_REPO_MODULE_VERSION "6.1.3")
# Minimum requirement for building Qt
set(QT_MIN_SUPPORTED_CMAKE_VERSION "3.16")
diff --git a/.qmake.conf b/.qmake.conf
index 2252ca0a21..8352f554f5 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -6,4 +6,4 @@ DEFINES += QT_NO_JAVA_STYLE_ITERATORS
QT_SOURCE_TREE = $$PWD
QT_BUILD_TREE = $$shadowed($$PWD)
-MODULE_VERSION = 6.1.2
+MODULE_VERSION = 6.1.3
diff --git a/util/cmake/pro2cmake.py b/util/cmake/pro2cmake.py
index 454dda2535..b93e3c9133 100755
--- a/util/cmake/pro2cmake.py
+++ b/util/cmake/pro2cmake.py
@@ -4353,7 +4353,7 @@ def create_top_level_cmake_conf():
conf_file_name = ".cmake.conf"
try:
with open(conf_file_name, "x") as file:
- file.write('set(QT_REPO_MODULE_VERSION "6.1.2")\n')
+ file.write('set(QT_REPO_MODULE_VERSION "6.1.3")\n')
except FileExistsError:
pass