diff options
-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';} |