diff options
author | raveit65 <[email protected]> | 2024-02-16 19:39:35 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2024-02-16 19:39:35 +0100 |
commit | dc4b768dab082a97cf621adf5816205d0790beaf (patch) | |
tree | b88a50581c9d9aa05c2ca0ba928c95ba1628f991 | |
parent | 4386b5ef982994048bed3ee73095d690b3634b0f (diff) | |
download | mate-system-monitor-dc4b768dab082a97cf621adf5816205d0790beaf.tar.bz2 mate-system-monitor-dc4b768dab082a97cf621adf5816205d0790beaf.tar.xz |
release 1.28.0v1.28.0
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | meson.build | 2 |
3 files changed, 12 insertions, 3 deletions
@@ -1,6 +1,15 @@ +### mate-system-monitor 1.28.0 + + * Translations update + * build: do enable systemd by default (but don't force it) + * fix a warning in japanese translations + * fix a warning in turkish translation + * Fix translations in help not built + * Fix meson configuration failure on URL keyword + ### mate-system-monitor 1.27.0 - * tx: sync with transifex + * Translations update * tx: update resource * tx: migrate config file * gsm_color_button: Fix -Wfloat-conversion warning diff --git a/configure.ac b/configure.ac index 9f6621f..1dd9d19 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.27.0], + [1.28.0], [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 ee40337..cac965a 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.27.0', + version: '1.28.0', meson_version: '>=0.50.0', ) |