diff options
author | raveit65 <[email protected]> | 2020-02-08 16:29:50 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-08 16:29:50 +0100 |
commit | 93e0210f069004602fadea91b686fa553cb245b5 (patch) | |
tree | d9bbb169efb1a105ac6d2186a552d4a990e3f959 | |
parent | 7eda3fc106921fb3866da9f2e44d6fb6ff2b9de9 (diff) | |
download | mate-polkit-c3ecf90edb6a5bdfb920921dddcab9dfc9116539.tar.bz2 mate-polkit-c3ecf90edb6a5bdfb920921dddcab9dfc9116539.tar.xz |
release 1.24.0v1.24.0
-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]) |