summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-01-12 08:31:49 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2021-01-13 07:43:14 +0200
commit3851a3a6e14eb6419676c4388eff6bb5360e109e (patch)
tree302c25abd77f8482921c934b5ee30d5d3c300af3
parent2d158bc21419208efab3f29459182a1e90e1bbd2 (diff)
Bump Qt version to 6.1.0 in conanfile.py
Change-Id: I7cafcda260fc1bda271135a2cd20472efc5e1b1f Reviewed-by: Iikka Eklund <iikka.eklund@qt.io> Reviewed-by: Antti Kokko <antti.kokko@qt.io>
-rw-r--r--conanfile.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/conanfile.py b/conanfile.py
index 02927ec60..25d199d5b 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -1,6 +1,6 @@
#############################################################################
##
-## Copyright (C) 2020 The Qt Company Ltd.
+## Copyright (C) 2021 The Qt Company Ltd.
## Contact: https://www.qt.io/licensing/
##
## This file is part of the release tools of the Qt Toolkit.
@@ -36,7 +36,7 @@ class QtConanError(Exception):
class Qt3D(ConanFile):
name = "qt3d"
- version = "6.0.0"
+ version = "6.1.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/"