summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2021-05-30 16:19:01 +0200
committerraveit65 <[email protected]>2021-05-30 16:19:01 +0200
commit84e1f9440a26f107ee55436e6c9c51ba987d6a2d (patch)
tree9c6530e6f12f1ff1fd20243643fb21a3dc02ea7e
parent4c15507e00541ae8fde22718d3960e29c25acdc2 (diff)
downloadmate-polkit-84e1f9440a26f107ee55436e6c9c51ba987d6a2d.tar.bz2
mate-polkit-84e1f9440a26f107ee55436e6c9c51ba987d6a2d.tar.xz
release 1.25.0v1.25.0
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 620f11f..5b7b084 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+### mate-polkit 1.25.0
+
+ * Translations update
+ * Remove USE_MATE2_MACROS from autogen.sh (legacy)
+ * add git.mk to generate .gitignore
+ * build: silent build warnings for distcheck
+
### mate-polkit 1.24.0
* build: show warning flags on configure summary
diff --git a/configure.ac b/configure.ac
index 4487d17..e160245 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([polkit-mate],[1.24.0],[https://mate-desktop.org/],[mate-polkit])
+AC_INIT([polkit-mate],[1.25.0],[https://mate-desktop.org/],[mate-polkit])
AM_INIT_AUTOMAKE([1.9 foreign dist-xz no-dist-gzip check-news])