summaryrefslogtreecommitdiff
path: root/conanfile.py
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-02-18 07:21:00 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2021-02-18 07:21:00 +0200
commit90b7357ddf51e5c26a1e4e09851ef799d26bfe43 (patch)
treee48052858a1bfc0bc4f21d8984e64abcc8e828d1 /conanfile.py
parent76c58cd961fe60c545dc9505e2441d50c6ecc7c6 (diff)
downloadqtimageformats-90b7357ddf51e5c26a1e4e09851ef799d26bfe43.tar.gz
Bump version
Change-Id: Ibe1491f6c54a9aa003444b73e35817abd19c2087
Diffstat (limited to 'conanfile.py')
-rw-r--r--conanfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/conanfile.py b/conanfile.py
index d1055b5..f5e72b9 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -36,7 +36,7 @@ class QtConanError(Exception):
class QtImageFormats(ConanFile):
name = "qtimageformats"
- version = "6.1.0"
+ version = "6.2.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"