diff options
author | raveit65 <[email protected]> | 2023-04-03 21:13:11 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-04-03 21:13:11 +0200 |
commit | 9f81a561186ea52c2bef57b9aaba9e596af4bce2 (patch) | |
tree | 32f031e1f4368006b5de641663d7279646541691 | |
parent | 0586e6a6c59b3b0049b51be03ec409a713662e80 (diff) | |
download | mate-desktop-9f81a561186ea52c2bef57b9aaba9e596af4bce2.tar.bz2 mate-desktop-9f81a561186ea52c2bef57b9aaba9e596af4bce2.tar.xz |
release 1.27.1v1.27.1
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | meson.build | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -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' ], ) |