diff options
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | meson.build | 2 |
3 files changed, 13 insertions, 2 deletions
@@ -1,3 +1,14 @@ +### mate-desktop 1.24.1 + + * Translations update + * build: silent build warnings for distcheck + * build: use MATE_COMPILE_WARNINGS = yes as default + * mate-about.desktop: Do not collect the translation for Icon + * mate-about: remove unused variable ‘window’ + * Remove GTimeVal deprecation warning for GLib 2.61.2+ + * Make the build reproducible + * build: add meson config files to EXTRA_DIST + ### mate-desktop 1.24.0 * Translations update diff --git a/configure.ac b/configure.ac index 6499b57..01b1fdb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define([mate_platform], [1]) m4_define([mate_minor], [24]) -m4_define([mate_micro], [0]) +m4_define([mate_micro], [1]) m4_define(mate_version, [mate_platform.mate_minor.mate_micro]), diff --git a/meson.build b/meson.build index af9af98..2cce1f7 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mate-desktop', 'c', - version: '1.24.0', + version: '1.24.1', license: [ 'GPL-2', 'FDL-1.1', 'LGPL-2' ], ) |