diff options
| author | mbkma <[email protected]> | 2026-04-25 15:00:17 +0200 |
|---|---|---|
| committer | Oz Tiram <[email protected]> | 2026-04-25 13:10:16 +0000 |
| commit | 852e703ab36d259988a9d7158a46575342a72a95 (patch) | |
| tree | 68f0519e55a1d972cd4e79c2265e599cff36f3a8 | |
| parent | 20e4b255abbc74dea503810cc9c948963ed40d2a (diff) | |
| download | mate-utils-852e703ab36d259988a9d7158a46575342a72a95.tar.bz2 mate-utils-852e703ab36d259988a9d7158a46575342a72a95.tar.xz | |
Release 1.28.1
| -rw-r--r-- | NEWS | 6 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +### mate-utils 1.28.1 + + * ci: migrate from Travis CI to GitHub Actions + * mate-screenshot: Replace fork save with sync save + * mate-screenshot: Toggle shutter sound + ### mate-utils 1.28.0 * Translations update diff --git a/configure.ac b/configure.ac index 7a6d86b5..f8993f80 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ m4_define([mate_utils_major], [1]) m4_define([mate_utils_minor], [28]) -m4_define([mate_utils_micro], [0]) +m4_define([mate_utils_micro], [1]) m4_define([mate_utils_version], [mate_utils_major.mate_utils_minor.mate_utils_micro]) |
