diff options
author | Papoteur <papoteur@mageia.org> | 2021-02-16 21:57:20 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2021-02-16 21:57:20 +0100 |
commit | 5036094a6aec538d80155d2d63af3cdd6fc6f9a5 (patch) | |
tree | 27220c017cc1aaf721b61854ec2f3ea7cfb456ab /qml | |
parent | 20185dfedb651593a72c5b6353c088cd8944bf97 (diff) | |
download | mageiawelcome-5036094a6aec538d80155d2d63af3cdd6fc6f9a5.tar mageiawelcome-5036094a6aec538d80155d2d63af3cdd6fc6f9a5.tar.gz mageiawelcome-5036094a6aec538d80155d2d63af3cdd6fc6f9a5.tar.bz2 mageiawelcome-5036094a6aec538d80155d2d63af3cdd6fc6f9a5.tar.xz mageiawelcome-5036094a6aec538d80155d2d63af3cdd6fc6f9a5.zip |
2.112.11
Diffstat (limited to 'qml')
-rw-r--r-- | qml/Version.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/Version.qml b/qml/Version.qml index ac984b1..69b9c89 100644 --- a/qml/Version.qml +++ b/qml/Version.qml @@ -1,2 +1,2 @@ import QtQuick 2.0 -Item { property var version: '2.10';} +Item { property var version: '2.11';} |