diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | qml/Version.qml | 2 | ||||
-rw-r--r-- | version.py | 2 |
4 files changed, 12 insertions, 3 deletions
@@ -1,5 +1,5 @@ PACKAGE = mageiawelcome -VERSION = 2.20 +VERSION = 2.21 GITPATH = git://git.mageia.org/software/mageiawelcome TEXT_FILES = Makefile @@ -1,3 +1,12 @@ +2.21 + Add application isodumper + Remove eclipse and k9copy + Fix installation command + Update links to Mageia 9 release + Virtualbox advertizing for only 64 bits system + Add button to configure network before sources when network is offline. + Add install_and_launch function. Apply it to dnfdragora + 2.19 Fix autostart launcher icon (mga#31348) diff --git a/qml/Version.qml b/qml/Version.qml index 547d6fc..bb466ea 100644 --- a/qml/Version.qml +++ b/qml/Version.qml @@ -1,2 +1,2 @@ import QtQuick 2.0 -Item { property var version: '2.20';} +Item { property var version: '2.21';} @@ -1 +1 @@ -version='2.20' +version='2.21' |