summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-02-07 18:29:28 +0100
committerraveit65 <[email protected]>2020-02-07 18:29:28 +0100
commit53436a41ad714b1bfbb714409f58806d6da63057 (patch)
tree370089ce2d448f0dd20e35bc5ea7d3ae2c1408a1
parent74dbe8c129ebe340b39bdd829fe785b82e6343d2 (diff)
downloadmate-desktop-53436a41ad714b1bfbb714409f58806d6da63057.tar.bz2
mate-desktop-53436a41ad714b1bfbb714409f58806d6da63057.tar.xz
release 1.24.0
-rw-r--r--NEWS7
-rw-r--r--configure.ac4
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]),