summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2022-11-23 18:32:40 +0100
committerPapoteur <papoteur@mageia.org>2022-11-23 18:32:40 +0100
commit92c543c29fcd9a4fba36f43f0dac4f6acae89276 (patch)
treea6e1bd83b7fa36cdb50667703d1e39a816124beb
parent29123af4ad0e73a423350246f6fa7b0253034a6b (diff)
downloadmageiawelcome-92c543c29fcd9a4fba36f43f0dac4f6acae89276.tar
mageiawelcome-92c543c29fcd9a4fba36f43f0dac4f6acae89276.tar.gz
mageiawelcome-92c543c29fcd9a4fba36f43f0dac4f6acae89276.tar.bz2
mageiawelcome-92c543c29fcd9a4fba36f43f0dac4f6acae89276.tar.xz
mageiawelcome-92c543c29fcd9a4fba36f43f0dac4f6acae89276.zip
2.182.18
-rw-r--r--Makefile2
-rw-r--r--NEWS3
-rw-r--r--qml/Version.qml2
-rw-r--r--version.py2
4 files changed, 6 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 6132e3d..be68d1a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = mageiawelcome
-VERSION = 2.17
+VERSION = 2.18
GITPATH = git://git.mageia.org/software/mageiawelcome
TEXT_FILES = Makefile
diff --git a/NEWS b/NEWS
index fcfaecf..0429ebd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+2.18
+ Fix commands to have absolute path (mga#31169)
+
2.17
Fix build with new Python tools
Update transmations
diff --git a/qml/Version.qml b/qml/Version.qml
index 9f3a78c..d1a6ff2 100644
--- a/qml/Version.qml
+++ b/qml/Version.qml
@@ -1,2 +1,2 @@
import QtQuick 2.0
-Item { property var version: '2.17';}
+Item { property var version: '2.18';}
diff --git a/version.py b/version.py
index f79ce54..c18b5fb 100644
--- a/version.py
+++ b/version.py
@@ -1 +1 @@
-version='2.17'
+version='2.18'