diff options
-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' |