diff options
author | raveit65 <[email protected]> | 2021-05-30 16:19:01 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-05-30 16:19:01 +0200 |
commit | 84e1f9440a26f107ee55436e6c9c51ba987d6a2d (patch) | |
tree | 9c6530e6f12f1ff1fd20243643fb21a3dc02ea7e | |
parent | 4c15507e00541ae8fde22718d3960e29c25acdc2 (diff) | |
download | mate-polkit-84e1f9440a26f107ee55436e6c9c51ba987d6a2d.tar.bz2 mate-polkit-84e1f9440a26f107ee55436e6c9c51ba987d6a2d.tar.xz |
release 1.25.0v1.25.0
-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]) |