summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2021-01-28 22:53:24 +0100
committerPapoteur <papoteur@mageia.org>2021-01-28 22:53:24 +0100
commit69969aaf7b252a434105083f4878b92b538919b1 (patch)
treea62f554750d91986700c256fb520f8555825160b
parent7a88b7a998057d8c70d2f52a404cf4e98368de31 (diff)
downloadmageiawelcome-2.09.tar
mageiawelcome-2.09.tar.gz
mageiawelcome-2.09.tar.bz2
mageiawelcome-2.09.tar.xz
mageiawelcome-2.09.zip
2.092.09
-rw-r--r--Makefile4
-rw-r--r--NEWS3
-rw-r--r--qml/Version.qml2
-rw-r--r--version.py2
4 files changed, 7 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index dd5106d..d31b725 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = mageiawelcome
-VERSION = 2.08
+VERSION = 2.09
GITPATH = git://git.mageia.org/software/mageiawelcome
TEXT_FILES = Makefile
@@ -22,7 +22,7 @@ clean:
cleandist: clean
rm -fr $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.xz
-install:
+install: version
make -C po DESTDIR=$(RPM_BUILD_ROOT)/usr install
dir:
diff --git a/NEWS b/NEWS
index e5b6971..782ae8b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+2.09
+ Fix links to local documentation (mga#28242)
+
2.08
Fix translation of links for errata and release notes
diff --git a/qml/Version.qml b/qml/Version.qml
index 336933c..acc1179 100644
--- a/qml/Version.qml
+++ b/qml/Version.qml
@@ -1,2 +1,2 @@
import QtQuick 2.0
-Item { property var version: '2.08';}
+Item { property var version: '2.09';}
diff --git a/version.py b/version.py
index 5aa1bb8..d7410b3 100644
--- a/version.py
+++ b/version.py
@@ -1 +1 @@
-version='2.08'
+version='2.09'