diff options
author | raveit65 <[email protected]> | 2021-03-25 22:43:34 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-25 22:43:34 +0100 |
commit | 4950212deffa853569346c3cac717de20c0dbbeb (patch) | |
tree | 2945d116204f6ca9184265db0923a8f0d6508017 | |
parent | b967df21893cc3f90a63ace8e35695c872a88312 (diff) | |
download | mate-panel-4950212deffa853569346c3cac717de20c0dbbeb.tar.bz2 mate-panel-4950212deffa853569346c3cac717de20c0dbbeb.tar.xz |
release 1.24.2v1.24.2
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +### mate-panel 1.24.2 + + * update translations + * wncklet: Check the length of the pixel data for empty thumbnails + ### mate-panel 1.24.1 * update translations diff --git a/configure.ac b/configure.ac index 00da7d35..a504a8fc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-panel], [1.24.1], [https://github.com/mate-desktop/mate-panel/issues], +AC_INIT([mate-panel], [1.24.2], [https://github.com/mate-desktop/mate-panel/issues], [mate-panel], [http://www.mate-desktop.org]) AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar -Wno-portability check-news]) |