diff options
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | meson.build | 2 |
3 files changed, 8 insertions, 4 deletions
@@ -1,10 +1,14 @@ +### mate-common 1.27.1 + + * release 1.27.1 + ### mate-common 1.27.0 - * release 1.27 + * release 1.27.0 ### mate-common 1.26.0 - * release 1.26 + * release 1.26.0 ### mate-common 1.25.0 diff --git a/configure.ac b/configure.ac index 0b9cdad..1ade4ae 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.54) -AC_INIT([mate-common], [1.27.0], [https://github.com/mate-desktop/mate-common]) +AC_INIT([mate-common], [1.27.1], [https://github.com/mate-desktop/mate-common]) AC_CONFIG_SRCDIR([macros/mate-autogen]) diff --git a/meson.build b/meson.build index 2d7616c..c3e07eb 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('mate-common', - version: '1.27.0', + version: '1.27.1', meson_version: '>=0.50.0', license: 'GPLv3+', ) |