From d39afc2200d159ce17741f310b8b5e4d51344edb Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Wed, 22 May 2024 15:44:05 -0400 Subject: Release 1.28.1 --- NEWS | 11 +++++++++++ configure.ac | 2 +- meson.build | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 78309de9..7de1db44 100644 --- a/NEWS +++ b/NEWS @@ -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' ) -- cgit v1.2.1