summaryrefslogtreecommitdiffstats
path: root/conanfile.py
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-03-05 07:53:43 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2021-03-05 07:53:43 +0200
commit729697ebe240ef40f532a921a5be6c9f01083877 (patch)
treeae73400583f32cc3db467db46cfc61e6de83d7c7 /conanfile.py
parentf26cfa9d614716434420b3fefdfe83bb6d3da688 (diff)
Bump version
Diffstat (limited to 'conanfile.py')
-rw-r--r--conanfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/conanfile.py b/conanfile.py
index 4e6e8fa39..3f0d63e24 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -36,7 +36,7 @@ class QtConanError(Exception):
class Qt3D(ConanFile):
name = "qt3d"
- version = "6.0.2"
+ version = "6.0.3"
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/"