diff options
author | raveit65 <[email protected]> | 2020-08-12 17:32:48 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-08-12 17:34:36 +0200 |
commit | 4c494955645397ac2087ba83dc9671dc5a1909c8 (patch) | |
tree | 5325999f3ce5c6b248ab90356113ba6ef439efd9 | |
parent | c10129461dd537360c61bd872663e5f90b49bbd5 (diff) | |
download | mate-desktop-4c494955645397ac2087ba83dc9671dc5a1909c8.tar.bz2 mate-desktop-4c494955645397ac2087ba83dc9671dc5a1909c8.tar.xz |
release 1.24.1v1.24.1
-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' ], ) |