diff options
author | Papoteur <papoteur@mageia.org> | 2023-07-15 16:09:28 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2023-07-15 16:09:28 +0200 |
commit | f5a8acf7122523a25231d31b21844b39d2f05d05 (patch) | |
tree | 0debec93030af5ee069b25232453cf8d4c92bfb8 /qml | |
parent | 862c70f124ddd7224cbf5c7207aff402951322ea (diff) | |
download | mageiawelcome-f5a8acf7122523a25231d31b21844b39d2f05d05.tar mageiawelcome-f5a8acf7122523a25231d31b21844b39d2f05d05.tar.gz mageiawelcome-f5a8acf7122523a25231d31b21844b39d2f05d05.tar.bz2 mageiawelcome-f5a8acf7122523a25231d31b21844b39d2f05d05.tar.xz mageiawelcome-f5a8acf7122523a25231d31b21844b39d2f05d05.zip |
2.24 Fix how the tarball is build
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 1a6a542..5f9f9a1 100644 --- a/qml/Version.qml +++ b/qml/Version.qml @@ -1,2 +1,2 @@ import QtQuick 2.0 -Item { property var version: '2.23';} +Item { property var version: '2.24';} |