diff options
author | lukefromdc <[email protected]> | 2024-05-22 15:44:05 -0400 |
---|---|---|
committer | lukefromdc <[email protected]> | 2024-05-22 15:44:05 -0400 |
commit | d39afc2200d159ce17741f310b8b5e4d51344edb (patch) | |
tree | 52f7e2e7a127e7eac9a43db038814f0b69f578b4 | |
parent | 9c2e88747e09882537a7ca9b759fdaf37a42a2c2 (diff) | |
download | mate-control-center-d39afc2200d159ce17741f310b8b5e4d51344edb.tar.bz2 mate-control-center-d39afc2200d159ce17741f310b8b5e4d51344edb.tar.xz |
Release 1.28.1v1.28.1
-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' ) |