summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
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' ],
)