summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])