diff options
author | raveit65 <[email protected]> | 2023-08-23 10:51:29 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-08-23 10:51:29 +0200 |
commit | 43b608f5b04c1917f9b02f1509cad53307841b88 (patch) | |
tree | 4408025b28d2a180456658bcfb03cb3d18272357 | |
parent | 7376d0ee8bf7f8c3e30fed19f179c0eef0b1e0f5 (diff) | |
download | mate-desktop-43b608f5b04c1917f9b02f1509cad53307841b88.tar.bz2 mate-desktop-43b608f5b04c1917f9b02f1509cad53307841b88.tar.xz |
release 1.27.2v1.27.2
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | meson.build | 2 |
3 files changed, 10 insertions, 4 deletions
@@ -1,11 +1,17 @@ +### mate-desktop 1.27.2 + + * Translations update + * desktop-item: limit startup notification to x11 + * Initial support for showing a caja desktop in wayland + ### mate-desktop 1.27.1 - * tx: sync with transifex + * Translations update * Add mate image menu item apis ### mate-desktop 1.27.0 - * tx: sync with transifex + * Translations update * Revert "[mate-bg] small cleanup" * tx: update resource * tx: migrate config file diff --git a/configure.ac b/configure.ac index aa2c508..6a9129f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define([mate_platform], [1]) m4_define([mate_minor], [27]) -m4_define([mate_micro], [1]) +m4_define([mate_micro], [2]) m4_define(mate_version, [mate_platform.mate_minor.mate_micro]), diff --git a/meson.build b/meson.build index b51d9db..070b662 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mate-desktop', 'c', - version: '1.27.1', + version: '1.27.2', license: [ 'GPL-2', 'FDL-1.1', 'LGPL-2' ], ) |