diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | qml/Version.qml | 2 | ||||
-rw-r--r-- | version.py | 2 |
4 files changed, 7 insertions, 3 deletions
@@ -1,5 +1,5 @@ PACKAGE = mageiawelcome -VERSION = 2.16 +VERSION = 2.17 GITPATH = git://git.mageia.org/software/mageiawelcome TEXT_FILES = Makefile @@ -1,3 +1,7 @@ +2.17 + Fix build with new Python tools + Update transmations + 2.16 Fix Czech and Dutch screen issues (mga#29456) Update translations diff --git a/qml/Version.qml b/qml/Version.qml index 66592de..9f3a78c 100644 --- a/qml/Version.qml +++ b/qml/Version.qml @@ -1,2 +1,2 @@ import QtQuick 2.0 -Item { property var version: '2.16';} +Item { property var version: '2.17';} @@ -1 +1 @@ -version='2.16' +version='2.17' |