summaryrefslogtreecommitdiffstats
path: root/conanfile.py
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2022-03-24 11:41:43 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2022-03-30 14:36:32 +0000
commite4a24d62fbf4760ce892becd0c93c58a28a21dfd (patch)
treed017b62f93342adae4c464f83609fc67185d6079 /conanfile.py
parent722d125d9e15370ea70a18e86a31b620231aac17 (diff)
Bump version to 6.3.1
Change-Id: I851c40f8af1083f246e6633de43f092fbfecdcee Reviewed-by: Antti Kokko <antti.kokko@qt.io>
Diffstat (limited to 'conanfile.py')
-rw-r--r--conanfile.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/conanfile.py b/conanfile.py
index 2c69770..b3377e0 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -1,6 +1,6 @@
#############################################################################
##
-## Copyright (C) 2021 The Qt Company Ltd.
+## Copyright (C) 2022 The Qt Company Ltd.
## Contact: https://www.qt.io/licensing/
##
## This file is part of the release tools of the Qt Toolkit.
@@ -37,7 +37,7 @@ class QtConanError(Exception):
class QtDeviceUtilities(ConanFile):
name = "qtdeviceutilities"
- version = "6.3.0"
+ version = "6.3.1"
license = "GPL-3.0, Commercial Qt License Agreement"
author = "The Qt Company <https://www.qt.io/contact-us>"
url = "https://code.qt.io/cgit/qt/qtdeviceutilities.git/"