diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | meson.build | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +### mate-common 1.28.0 + + * release 1.28.0 + ### mate-common 1.27.1 * release 1.27.1 diff --git a/configure.ac b/configure.ac index 1ade4ae..1684f72 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.54) -AC_INIT([mate-common], [1.27.1], [https://github.com/mate-desktop/mate-common]) +AC_INIT([mate-common], [1.28.0], [https://github.com/mate-desktop/mate-common]) AC_CONFIG_SRCDIR([macros/mate-autogen]) diff --git a/meson.build b/meson.build index c3e07eb..8fac30d 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('mate-common', - version: '1.27.1', + version: '1.28.0', meson_version: '>=0.50.0', license: 'GPLv3+', ) |