summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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';}