diff options
author | raveit65 <[email protected]> | 2020-02-07 18:29:28 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-07 18:29:28 +0100 |
commit | 53436a41ad714b1bfbb714409f58806d6da63057 (patch) | |
tree | 370089ce2d448f0dd20e35bc5ea7d3ae2c1408a1 | |
parent | 74dbe8c129ebe340b39bdd829fe785b82e6343d2 (diff) | |
download | mate-desktop-53436a41ad714b1bfbb714409f58806d6da63057.tar.bz2 mate-desktop-53436a41ad714b1bfbb714409f58806d6da63057.tar.xz |
release 1.24.0
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 9 insertions, 2 deletions
@@ -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]), |