summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2022-11-18 17:25:05 +0100
committerPapoteur <papoteur@mageia.org>2022-11-18 17:25:05 +0100
commita688e822997b43f9d2bc0f64e52e55292915ae63 (patch)
tree7e98fdc7e3d7f0c6898dea814e6da7cee2902980
parent3c5ef76eac1fdde179a3a0f16d5bf314e1d4a299 (diff)
downloadmageiawelcome-a688e822997b43f9d2bc0f64e52e55292915ae63.tar
mageiawelcome-a688e822997b43f9d2bc0f64e52e55292915ae63.tar.gz
mageiawelcome-a688e822997b43f9d2bc0f64e52e55292915ae63.tar.bz2
mageiawelcome-a688e822997b43f9d2bc0f64e52e55292915ae63.tar.xz
mageiawelcome-a688e822997b43f9d2bc0f64e52e55292915ae63.zip
2.172.17
-rw-r--r--Makefile2
-rw-r--r--NEWS4
-rw-r--r--qml/Version.qml2
-rw-r--r--version.py2
4 files changed, 7 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 6faef5d..6132e3d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = mageiawelcome
-VERSION = 2.16
+VERSION = 2.17
GITPATH = git://git.mageia.org/software/mageiawelcome
TEXT_FILES = Makefile
diff --git a/NEWS b/NEWS
index 5edbeb5..fcfaecf 100644
--- a/NEWS
+++ b/NEWS
@@ -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';}
diff --git a/version.py b/version.py
index 17054a2..f79ce54 100644
--- a/version.py
+++ b/version.py
@@ -1 +1 @@
-version='2.16'
+version='2.17'