From 69969aaf7b252a434105083f4878b92b538919b1 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Thu, 28 Jan 2021 22:53:24 +0100 Subject: 2.09 --- Makefile | 4 ++-- NEWS | 3 +++ qml/Version.qml | 2 +- version.py | 2 +- 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' -- cgit v1.2.1