summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-03-05 07:53:58 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2021-03-05 07:53:58 +0200
commit1b24f8f472548d815735f93e6e313d41dc0b1008 (patch)
tree0bbb8ab6cc14945e50d68a777c6b5a904cb76c6b
parent47c31c9e33f50fd215be1e63135faa7645d0cfa1 (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 e665ffb..d9bd035 100644
--- a/.cmake.conf
+++ b/.cmake.conf
@@ -1 +1 @@
-set(QT_REPO_MODULE_VERSION "6.0.2")
+set(QT_REPO_MODULE_VERSION "6.0.3")
diff --git a/.qmake.conf b/.qmake.conf
index 7e51a0c..129c957 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -3,5 +3,5 @@ CONFIG += warning_clean
DEFINES += QT_NO_FOREACH QT_NO_JAVA_STYLE_ITERATORS
-MODULE_VERSION = 6.0.2
+MODULE_VERSION = 6.0.3
diff --git a/conanfile.py b/conanfile.py
index 2424e8a..e68a1e0 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -36,7 +36,7 @@ class QtConanError(Exception):
class QtNetworkAuth(ConanFile):
name = "qtnetworkauth"
- version = "6.0.2"
+ version = "6.0.3"
license = "GPL-3.0+, Commercial Qt License Agreement"
author = "The Qt Company <https://www.qt.io/contact-us>"
url = "https://code.qt.io/cgit/qt/qtnetworkauth.git/"