summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2020-07-04 09:13:40 +0200
committerPapoteur <papoteur@mageia.org>2020-07-04 09:13:40 +0200
commit8d0c330a5bb21e18e151901388b1e14ad9c6170a (patch)
treef8dae17fa37846894adb4fabaeb326198fba806a
parent87d81fb4c632102f442b539664d69a50c6e91102 (diff)
downloadmageiawelcome-8d0c330a5bb21e18e151901388b1e14ad9c6170a.tar
mageiawelcome-8d0c330a5bb21e18e151901388b1e14ad9c6170a.tar.gz
mageiawelcome-8d0c330a5bb21e18e151901388b1e14ad9c6170a.tar.bz2
mageiawelcome-8d0c330a5bb21e18e151901388b1e14ad9c6170a.tar.xz
mageiawelcome-8d0c330a5bb21e18e151901388b1e14ad9c6170a.zip
2.022.02
-rw-r--r--Makefile2
-rw-r--r--NEWS6
-rw-r--r--qml/Version.qml2
3 files changed, 8 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index bdf9338..d63d830 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = mageiawelcome
-VERSION = 2.01
+VERSION = 2.02
GITPATH = git://git.mageia.org/software/mageiawelcome
TEXT_FILES = Makefile
diff --git a/NEWS b/NEWS
index ac3f3df..7c21342 100644
--- a/NEWS
+++ b/NEWS
@@ -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';}