summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-01-18 13:39:30 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2021-01-19 09:01:29 +0200
commitf8e327213b47977af09267f66bf57100cdbb47b6 (patch)
tree56bd2f7d40482f56c9ece6aed248dc9e1f887e39
parent6532385beb21a10018a36b0c186a5b366432282e (diff)
Bump version number to 6.1.0
Change-Id: I2ab0003172256ee83ea089691210a74c0a70ce59 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io> Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
-rw-r--r--conanfile.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/conanfile.py b/conanfile.py
index f1c8cf6..5b6ddd8 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 QtImageFormats(ConanFile):
name = "qtimageformats"
- 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/qtimageformats.git"