summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2023-08-15 18:48:49 +0200
committerPapoteur <papoteur@mageia.org>2023-08-15 18:48:49 +0200
commit52eab9eb9325ac29b8507c53ee924979014c0564 (patch)
treeadddbc2a55334f50cc171edeeaabdd0aa5f9666d
parentebe8bc2fc26d916cb662eeab70cc38b611c87181 (diff)
downloadmageiawelcome-52eab9eb9325ac29b8507c53ee924979014c0564.tar
mageiawelcome-52eab9eb9325ac29b8507c53ee924979014c0564.tar.gz
mageiawelcome-52eab9eb9325ac29b8507c53ee924979014c0564.tar.bz2
mageiawelcome-52eab9eb9325ac29b8507c53ee924979014c0564.tar.xz
mageiawelcome-52eab9eb9325ac29b8507c53ee924979014c0564.zip
2.252.25
-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 4b4cf76..2d2925b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = mageiawelcome
-VERSION = 2.24
+VERSION = 2.25
GITPATH = git://git.mageia.org/software/mageiawelcome
TEXT_FILES = Makefile
diff --git a/NEWS b/NEWS
index 0c62f23..d6ff671 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+2.25
+ Fix wording for arch in application list
+
2.24
Fix method for building the terball, using git instead of local copy
diff --git a/qml/Version.qml b/qml/Version.qml
index 5f9f9a1..715b458 100644
--- a/qml/Version.qml
+++ b/qml/Version.qml
@@ -1,2 +1,2 @@
import QtQuick 2.0
-Item { property var version: '2.24';}
+Item { property var version: '2.25';}
diff --git a/version.py b/version.py
index fd815ab..10f116f 100644
--- a/version.py
+++ b/version.py
@@ -1 +1 @@
-version='2.24'
+version='2.25'