diff options
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | NEWS | 3 | ||||
| -rw-r--r-- | qml/Version.qml | 2 | ||||
| -rw-r--r-- | version.py | 2 | 
4 files changed, 6 insertions, 3 deletions
| @@ -1,5 +1,5 @@  PACKAGE = mageiawelcome -VERSION = 2.12 +VERSION = 2.13  GITPATH = git://git.mageia.org/software/mageiawelcome  TEXT_FILES = Makefile @@ -1,3 +1,6 @@ +2.13 +    Fix a text displayed in column for zh and ja languages in MCC screen (mga#28806) +  2.12      Add explicit message when needed repository isn't installed, including steam (mag28328)      Restore signal catching for updating application list diff --git a/qml/Version.qml b/qml/Version.qml index 2f29e59..76ec2f7 100644 --- a/qml/Version.qml +++ b/qml/Version.qml @@ -1,2 +1,2 @@  import QtQuick 2.0 -Item { property var version: '2.12';} +Item { property var version: '2.13';} @@ -1 +1 @@ -version='2.12' +version='2.13' | 
