diff options
author | Papoteur <papoteur@mageia.org> | 2021-01-28 22:53:24 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2021-01-28 22:53:24 +0100 |
commit | 69969aaf7b252a434105083f4878b92b538919b1 (patch) | |
tree | a62f554750d91986700c256fb520f8555825160b | |
parent | 7a88b7a998057d8c70d2f52a404cf4e98368de31 (diff) | |
download | mageiawelcome-69969aaf7b252a434105083f4878b92b538919b1.tar mageiawelcome-69969aaf7b252a434105083f4878b92b538919b1.tar.gz mageiawelcome-69969aaf7b252a434105083f4878b92b538919b1.tar.bz2 mageiawelcome-69969aaf7b252a434105083f4878b92b538919b1.tar.xz mageiawelcome-69969aaf7b252a434105083f4878b92b538919b1.zip |
2.092.09
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | qml/Version.qml | 2 | ||||
-rw-r--r-- | version.py | 2 |
4 files changed, 7 insertions, 4 deletions
@@ -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: @@ -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';} @@ -1 +1 @@ -version='2.08' +version='2.09' |