From 53436a41ad714b1bfbb714409f58806d6da63057 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 7 Feb 2020 18:29:28 +0100 Subject: release 1.24.0 --- NEWS | 7 +++++++ configure.ac | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 77154b8..50e64d3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +### mate-desktop 1.24.0 + + * Translations update + * build: show warning flags on configure summary + * build: use warning flags + * autoconf: AC_PROG_CC was called before AX_CHECK_ENABLE_DEBUG + ### mate-desktop 1.23.3 * Translations update diff --git a/configure.ac b/configure.ac index a6d7a45..af02709 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define([mate_platform], [1]) -m4_define([mate_minor], [23]) -m4_define([mate_micro], [3]) +m4_define([mate_minor], [24]) +m4_define([mate_micro], [0]) m4_define(mate_version, [mate_platform.mate_minor.mate_micro]), -- cgit v1.2.1