From 43b608f5b04c1917f9b02f1509cad53307841b88 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 23 Aug 2023 10:51:29 +0200 Subject: release 1.27.2 --- NEWS | 10 ++++++++-- configure.ac | 2 +- meson.build | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 2780856..4bda4f5 100644 --- a/NEWS +++ b/NEWS @@ -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' ], ) -- cgit v1.2.1