From 3851a3a6e14eb6419676c4388eff6bb5360e109e Mon Sep 17 00:00:00 2001 From: Jani Heikkinen Date: Tue, 12 Jan 2021 08:31:49 +0200 Subject: Bump Qt version to 6.1.0 in conanfile.py Change-Id: I7cafcda260fc1bda271135a2cd20472efc5e1b1f Reviewed-by: Iikka Eklund Reviewed-by: Antti Kokko --- conanfile.py | 4 ++-- 1 file 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 " url = "https://code.qt.io/cgit/qt/qt3d.git/" -- cgit v1.2.3