summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2021-04-07 21:28:28 +0200
committerPapoteur <papoteur@mageia.org>2021-04-07 21:28:28 +0200
commit06bb6566526531cf5b286dbe3ab17cad43c28fd1 (patch)
treef09562c43807f6614eaaba6f7b3cb2c9f2412648
parentb1b51f32f632a27759fd7deb6106a0d730b1eefa (diff)
downloadmageiawelcome-06bb6566526531cf5b286dbe3ab17cad43c28fd1.tar
mageiawelcome-06bb6566526531cf5b286dbe3ab17cad43c28fd1.tar.gz
mageiawelcome-06bb6566526531cf5b286dbe3ab17cad43c28fd1.tar.bz2
mageiawelcome-06bb6566526531cf5b286dbe3ab17cad43c28fd1.tar.xz
mageiawelcome-06bb6566526531cf5b286dbe3ab17cad43c28fd1.zip
2.122.12
-rw-r--r--Makefile2
-rw-r--r--NEWS5
-rw-r--r--qml/Version.qml2
-rw-r--r--version.py2
4 files changed, 8 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 972efff..33caab1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = mageiawelcome
-VERSION = 2.11
+VERSION = 2.12
GITPATH = git://git.mageia.org/software/mageiawelcome
TEXT_FILES = Makefile
diff --git a/NEWS b/NEWS
index 3da1b65..b6c9419 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+2.12
+ Add explicit message when needed repository isn't installed, including steam (mag28328)
+ Restore signal catching for updating application list
+ Add previous-next arrows (mga#28693)
+
2.11
Add warning about 32bits needed for steam application (mga#28328)
Update translations
diff --git a/qml/Version.qml b/qml/Version.qml
index 69b9c89..2f29e59 100644
--- a/qml/Version.qml
+++ b/qml/Version.qml
@@ -1,2 +1,2 @@
import QtQuick 2.0
-Item { property var version: '2.11';}
+Item { property var version: '2.12';}
diff --git a/version.py b/version.py
index 30499a9..af1e191 100644
--- a/version.py
+++ b/version.py
@@ -1 +1 @@
-version='2.11'
+version='2.12'