summaryrefslogtreecommitdiffstats
path: root/conanfile.py
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-02-18 07:20:57 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2021-02-18 07:20:57 +0200
commit980bb6047455b399323efc4879c4ec5e62a5cb96 (patch)
tree756d6bf3588dc75b3e66d67684fb9ac620af4141 /conanfile.py
parent1faf08452dd2fc93bc06810ec53f8c352ab3805a (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 9b4d2d8fc..b4c4f96e3 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -36,7 +36,7 @@ class QtConanError(Exception):
class Qt3D(ConanFile):
name = "qt3d"
- 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/qt3d.git/"