summaryrefslogtreecommitdiffstats
path: root/conanfile.py
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-08-02 11:50:06 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2021-08-02 11:50:06 +0300
commit4ed03b75c80ee41e4b9a0ebe8798e745946276a4 (patch)
treee4cdd1c060c0719a60f78913dbd0de2979d9cac7 /conanfile.py
parent7be05e55edd2b4fd733bbee478109993008f3bf4 (diff)
Bump version
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 4b9c014b4..2765eeae1 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -37,7 +37,7 @@ class QtConanError(Exception):
class Qt3D(ConanFile):
name = "qt3d"
- version = "6.1.2"
+ version = "6.1.3"
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/"