diff options
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +### mate-polkit 1.24.0 + + * build: show warning flags on configure summary + * build: warning flags are already defined + * autoconf: AC_PROG_CC was called before AX_CHECK_ENABLE_DEBUG + * Translations update + * migrate from intltool to gettext + ### mate-polkit 1.23.0 * Translations update diff --git a/configure.ac b/configure.ac index 792be52..b9858ab 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([polkit-mate],[1.23.0],[https://mate-desktop.org/],[mate-polkit]) +AC_INIT([polkit-mate],[1.24.0],[https://mate-desktop.org/],[mate-polkit]) AM_INIT_AUTOMAKE([1.9 foreign dist-xz no-dist-gzip check-news]) |