summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-01-12 08:05:03 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2021-01-13 07:43:26 +0200
commit457bb9e564b2a4e6b8fd96c24d652ebc5340fbf6 (patch)
tree92a10e20f372f1607ad858587af34ddc056b0d1b
parent53a87f1839bf197a1d30f1410f4ca9788a3a28a8 (diff)
Bump Qt version to 6.0.1 in conanfile.py as well
Change-Id: Ib9399fa8f2ff19a5b5ce97bbe69ce495a0bcc3f1 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..4b3fa5fcf 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.0.1"
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/"