diff options
author | raveit65 <[email protected]> | 2020-08-20 17:57:52 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-08-20 17:57:52 +0200 |
commit | fb7b816f4a78f93578ef7c8a2475a9ada0bd1527 (patch) | |
tree | 6c6c34aef48604a54f70802eafb0896e3f458f46 | |
parent | 6ac0d4c85b3c1bf2f337e61bbce5d1d776e98672 (diff) | |
download | mate-indicator-applet-fb7b816f4a78f93578ef7c8a2475a9ada0bd1527.tar.bz2 mate-indicator-applet-fb7b816f4a78f93578ef7c8a2475a9ada0bd1527.tar.xz |
release 1.25.0v1.25.0
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +### mate-indicator-applet 1.25.0 + + * Translations update + * add git.mk to generate .gitignore + * build: silent build warnings for distcheck + * applet-main: declaration of ‘entry’ shadows a parameter + * applet-main: remove unreachable-code warning reported by scan-build + * use MATE_COMPILE_WARNINGS from mate-common + ### mate-indicator-applet 1.24.0 * Translations update diff --git a/configure.ac b/configure.ac index 938ed96..2008ff1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.53) -AC_INIT([mate-indicator-applet], [1.24.0],[https://github.com/mate-desktop/mate-indicator-applet/issues]) +AC_INIT([mate-indicator-applet], [1.25.0],[https://github.com/mate-desktop/mate-indicator-applet/issues]) AC_CONFIG_SRCDIR(src/applet-main.c) AM_CONFIG_HEADER(config.h) |