From 93e0210f069004602fadea91b686fa553cb245b5 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 8 Feb 2020 16:29:50 +0100 Subject: release 1.24.0 --- NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ab85437..620f11f 100644 --- a/NEWS +++ b/NEWS @@ -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]) -- cgit v1.2.1