summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-04-01 09:14:29 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2021-04-01 09:14:29 +0300
commit20f6ccf1946009a6fcdfdd0b7b22cae9c2a04a9e (patch)
tree77d5ee43ec64921609912d240e30c79305c49127
parentc7aa288fd643463cec0d03b9cfb8c854b3839421 (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 d9bd0358c..8aa07699a 100644
--- a/.cmake.conf
+++ b/.cmake.conf
@@ -1 +1 @@
-set(QT_REPO_MODULE_VERSION "6.0.3")
+set(QT_REPO_MODULE_VERSION "6.0.4")
diff --git a/.qmake.conf b/.qmake.conf
index 98619f42b..f557ad92b 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -6,4 +6,4 @@ load(qt_build_config)
DEFINES += QT_NO_FOREACH
DEFINES += QT_NO_JAVA_STYLE_ITERATORS
-MODULE_VERSION = 6.0.3
+MODULE_VERSION = 6.0.4
diff --git a/conanfile.py b/conanfile.py
index 3f0d63e24..3b3f81b95 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -36,7 +36,7 @@ class QtConanError(Exception):
class Qt3D(ConanFile):
name = "qt3d"
- version = "6.0.3"
+ version = "6.0.4"
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/qt3d.git/"