diff options
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -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]) |