diff options
author | raveit65 <[email protected]> | 2024-02-25 22:09:48 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2024-02-25 22:09:48 +0100 |
commit | a3bdf9f74608edee1c9fb1ed2074eb7af530b995 (patch) | |
tree | d22fa0096473d1df98cd624991e2ef683b41196c | |
parent | 7913635b26b16e8ce6385ab3eed513b8e64d9a98 (diff) | |
download | mate-system-monitor-1ebb86a49966a37d4498893c4a9d21f54fe4fce3.tar.bz2 mate-system-monitor-1ebb86a49966a37d4498893c4a9d21f54fe4fce3.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-system-monitor 1.28.0 * Translations update diff --git a/configure.ac b/configure.ac index 1dd9d19..eb61afc 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) AC_INIT([mate-system-monitor], - [1.28.0], + [1.28.1], [https://github.com/mate-desktop/mate-system-monitor/issues], [mate-system-monitor], [https://mate-desktop.org]) diff --git a/meson.build b/meson.build index cac965a..7596cfb 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project('mate-system-monitor', default_options : [ 'c_std=c11', 'cpp_std=c++11', 'warning_level=3' ], - version: '1.28.0', + version: '1.28.1', meson_version: '>=0.50.0', ) |