summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index dfbb059..2780856 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+### mate-desktop 1.27.1
+
+ * tx: sync with transifex
+ * Add mate image menu item apis
+
### mate-desktop 1.27.0
* tx: sync with transifex
diff --git a/configure.ac b/configure.ac
index 0d4a5cf..aa2c508 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], [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 fe23558..b51d9db 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'mate-desktop',
'c',
- version: '1.27.0',
+ version: '1.27.1',
license: [ 'GPL-2', 'FDL-1.1', 'LGPL-2' ],
)