diff options
author | raveit65 <[email protected]> | 2023-12-08 21:12:36 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-12-08 21:12:36 +0100 |
commit | ab3f3fd404dd90a00332e703118f5e84bcc41fca (patch) | |
tree | f36832256bd6d47e069e4878b9c5bdab2b5f9de3 | |
parent | f63e84525917b3b2d6e000a8bfa1b8794908a668 (diff) | |
download | mate-system-monitor-ab3f3fd404dd90a00332e703118f5e84bcc41fca.tar.bz2 mate-system-monitor-ab3f3fd404dd90a00332e703118f5e84bcc41fca.tar.xz |
release 1.26.2v1.26.2
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +### mate-system-monitor 1.26.2 + + * Translations update + * Update german translation + ### mate-system-monitor 1.26.1 * Translations update diff --git a/configure.ac b/configure.ac index 4360163..18caa42 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.26.1], + [1.26.2], [https://github.com/mate-desktop/mate-system-monitor/issues], [mate-system-monitor], [https://mate-desktop.org]) |