summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]),