diff options
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | meson.build | 2 |
3 files changed, 13 insertions, 2 deletions
@@ -1,3 +1,14 @@ +### mate-control-center 1.28.1 + * Translations update + * Add time-admin dependency check on systemd + * Fix summary output + * Add libsystemd to build.yml + * Enable systemd by default + * Disable function definitions if systemd isn't found + * Make systemd optional + * Distribute Meson build system + + ### mate-control-center 1.28.0 * Translations update diff --git a/configure.ac b/configure.ac index 7a5ac8a6..5e90c42b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-control-center], [1.28.0], [http://www.mate-desktop.org/]) +AC_INIT([mate-control-center], [1.28.1], [http://www.mate-desktop.org/]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([shell]) diff --git a/meson.build b/meson.build index 9c09c320..60a00ab0 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'mate-control-center', 'c', - version : '1.28.0', + version : '1.28.1', meson_version : '>= 0.57.0' ) |