diff options
author | Papoteur <papoteur@mageia.org> | 2020-07-04 09:13:40 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2020-07-04 09:13:40 +0200 |
commit | 8d0c330a5bb21e18e151901388b1e14ad9c6170a (patch) | |
tree | f8dae17fa37846894adb4fabaeb326198fba806a | |
parent | 87d81fb4c632102f442b539664d69a50c6e91102 (diff) | |
download | mageiawelcome-8d0c330a5bb21e18e151901388b1e14ad9c6170a.tar mageiawelcome-8d0c330a5bb21e18e151901388b1e14ad9c6170a.tar.gz mageiawelcome-8d0c330a5bb21e18e151901388b1e14ad9c6170a.tar.bz2 mageiawelcome-8d0c330a5bb21e18e151901388b1e14ad9c6170a.tar.xz mageiawelcome-8d0c330a5bb21e18e151901388b1e14ad9c6170a.zip |
2.022.02
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | qml/Version.qml | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,5 +1,5 @@ PACKAGE = mageiawelcome -VERSION = 2.01 +VERSION = 2.02 GITPATH = git://git.mageia.org/software/mageiawelcome TEXT_FILES = Makefile @@ -1,3 +1,9 @@ +2.02 + Fix warnings about int convertion + Add a mode Live + Remove exfat from applications + Add Handbrake application + 2.01 Fix warning about decode() called on unicode string Display also arch different from 32 or 64 bits diff --git a/qml/Version.qml b/qml/Version.qml index c5356bf..d3dd484 100644 --- a/qml/Version.qml +++ b/qml/Version.qml @@ -1,2 +1,2 @@ import QtQuick 2.0 -Item { property var version: '1.93';} +Item { property var version: '2.02';} |