diff options
author | Papoteur <papoteur@mageia.org> | 2023-01-21 09:52:33 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2023-01-21 09:52:33 +0100 |
commit | 262b4b7482252b3da2400bbdfc3956a92d9c90db (patch) | |
tree | a86342b35fe54225b6278018197d76fc8383ccfe /qml | |
parent | d8fab515f44c93a12f68da9d0c1809d5a64217e8 (diff) | |
download | mageiawelcome-262b4b7482252b3da2400bbdfc3956a92d9c90db.tar mageiawelcome-262b4b7482252b3da2400bbdfc3956a92d9c90db.tar.gz mageiawelcome-262b4b7482252b3da2400bbdfc3956a92d9c90db.tar.bz2 mageiawelcome-262b4b7482252b3da2400bbdfc3956a92d9c90db.tar.xz mageiawelcome-262b4b7482252b3da2400bbdfc3956a92d9c90db.zip |
2.202.20
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 398ffdf..547d6fc 100644 --- a/qml/Version.qml +++ b/qml/Version.qml @@ -1,2 +1,2 @@ import QtQuick 2.0 -Item { property var version: '2.19';} +Item { property var version: '2.20';} |