diff options
author | raveit65 <[email protected]> | 2024-02-20 02:20:26 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2024-02-20 02:20:26 +0100 |
commit | 83da4d5e069cb428fd8032f4ab5f2e4642910787 (patch) | |
tree | 8e70d4dec64a72b4879acea0581e579486424cc8 | |
parent | c36e374f45e7d4d153aa743c42e141030f3344be (diff) | |
download | mate-panel-83da4d5e069cb428fd8032f4ab5f2e4642910787.tar.bz2 mate-panel-83da4d5e069cb428fd8032f4ab5f2e4642910787.tar.xz |
release 1.28.0v1.28.0
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +### mate-panel 1.28.0 + + * update translations + ### mate-panel 1.27.3 * update translations diff --git a/configure.ac b/configure.ac index 748371c0..43401dad 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-panel], [1.27.3], [https://github.com/mate-desktop/mate-panel/issues], +AC_INIT([mate-panel], [1.28.0], [https://github.com/mate-desktop/mate-panel/issues], [mate-panel], [https://mate-desktop.org]) AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar -Wno-portability check-news]) |