summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2021-06-13 14:45:28 +0200
committerPapoteur <papoteur@mageia.org>2021-06-13 14:46:15 +0200
commit19beb1db9bc4d1f0f949fd7cdd7b0de33502fbe8 (patch)
tree9197cb3c7e8a571536e9ade293eaef251486019b
parent401e5fd8e182f252f7d19db0e505129d2f9fd322 (diff)
downloadmageiawelcome-19beb1db9bc4d1f0f949fd7cdd7b0de33502fbe8.tar
mageiawelcome-19beb1db9bc4d1f0f949fd7cdd7b0de33502fbe8.tar.gz
mageiawelcome-19beb1db9bc4d1f0f949fd7cdd7b0de33502fbe8.tar.bz2
mageiawelcome-19beb1db9bc4d1f0f949fd7cdd7b0de33502fbe8.tar.xz
mageiawelcome-19beb1db9bc4d1f0f949fd7cdd7b0de33502fbe8.zip
2.14
-rw-r--r--Makefile2
-rw-r--r--NEWS3
-rw-r--r--qml/Version.qml2
-rw-r--r--version.py2
4 files changed, 6 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 3d7100b..7f9d212 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = mageiawelcome
-VERSION = 2.13
+VERSION = 2.14
GITPATH = git://git.mageia.org/software/mageiawelcome
TEXT_FILES = Makefile
diff --git a/NEWS b/NEWS
index ce12cf9..61ddd0a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+2.14
+ Update link for IRC to ircs://irc.libera.chat:6697/#mageia
+
2.13
Fix a text displayed in column for zh and ja languages in MCC screen (mga#28806)
diff --git a/qml/Version.qml b/qml/Version.qml
index 76ec2f7..c9dbb49 100644
--- a/qml/Version.qml
+++ b/qml/Version.qml
@@ -1,2 +1,2 @@
import QtQuick 2.0
-Item { property var version: '2.13';}
+Item { property var version: '2.14';}
diff --git a/version.py b/version.py
index db657fc..578d9cb 100644
--- a/version.py
+++ b/version.py
@@ -1 +1 @@
-version='2.13'
+version='2.14'