summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2023-07-01 09:43:02 +0200
committerPapoteur <papoteur@mageia.org>2023-07-01 09:43:02 +0200
commitfa70e4d673596785bfa3b786f545db8814408bd4 (patch)
tree9c149cb8ffd2d12fd32480f7e6b15cab79644d07
parent9274ef1d6da15696b6dc108443b347a9b9fbf550 (diff)
downloadmageiawelcome-fa70e4d673596785bfa3b786f545db8814408bd4.tar
mageiawelcome-fa70e4d673596785bfa3b786f545db8814408bd4.tar.gz
mageiawelcome-fa70e4d673596785bfa3b786f545db8814408bd4.tar.bz2
mageiawelcome-fa70e4d673596785bfa3b786f545db8814408bd4.tar.xz
mageiawelcome-fa70e4d673596785bfa3b786f545db8814408bd4.zip
2.222.22
-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 5d621b5..cdb2bf4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = mageiawelcome
-VERSION = 2.21
+VERSION = 2.22
GITPATH = git://git.mageia.org/software/mageiawelcome
TEXT_FILES = Makefile
diff --git a/NEWS b/NEWS
index affdaaf..3411ef5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+2.22
+ Update translations
+
2.21
Add application isodumper
Remove eclipse and k9copy
diff --git a/qml/Version.qml b/qml/Version.qml
index bb466ea..98a17e0 100644
--- a/qml/Version.qml
+++ b/qml/Version.qml
@@ -1,2 +1,2 @@
import QtQuick 2.0
-Item { property var version: '2.21';}
+Item { property var version: '2.22';}
diff --git a/version.py b/version.py
index af3d988..1e168e9 100644
--- a/version.py
+++ b/version.py
@@ -1 +1 @@
-version='2.21'
+version='2.22'