From fb7b816f4a78f93578ef7c8a2475a9ada0bd1527 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 20 Aug 2020 17:57:52 +0200 Subject: release 1.25.0 --- NEWS | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 945970e..d5a838f 100644 --- a/NEWS +++ b/NEWS @@ -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) -- cgit v1.2.1