diff options
author | raveit65 <[email protected]> | 2024-02-25 22:16:20 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2024-02-25 22:16:20 +0100 |
commit | 6561790b03041e1c888c309ef17912058ae5aa2e (patch) | |
tree | 0b3da504aacc612c684dbd5f391540738e84a0e3 | |
parent | c406c230d131702c1f2bc28ea386b4e3fb774936 (diff) | |
download | mate-power-manager-master.tar.bz2 mate-power-manager-master.tar.xz |
-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-media 1.28.1 + + * Distribute Meson build system + ### mate-power-manager 1.28.0 * Translations update diff --git a/configure.ac b/configure.ac index d1272d9..031a8ab 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.63) -AC_INIT([mate-power-manager], [1.28.0], [https://github.com/mate-desktop/mate-power-manager/pulls], +AC_INIT([mate-power-manager], [1.28.1], [https://github.com/mate-desktop/mate-power-manager/pulls], [mate-power-manager], [https://mate-desktop.org]) AC_CONFIG_SRCDIR(src) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz check-news tar-ustar]) diff --git a/meson.build b/meson.build index b110c8a..ecc9622 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('mate-power-manager', 'c', - version : '1.28.0', + version : '1.28.1', default_options : ['warning_level=1'], meson_version : '>=0.50.0' ) |