summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-08-20 17:57:52 +0200
committerraveit65 <[email protected]>2020-08-20 17:57:52 +0200
commitfb7b816f4a78f93578ef7c8a2475a9ada0bd1527 (patch)
tree6c6c34aef48604a54f70802eafb0896e3f458f46
parent6ac0d4c85b3c1bf2f337e61bbce5d1d776e98672 (diff)
downloadmate-indicator-applet-fb7b816f4a78f93578ef7c8a2475a9ada0bd1527.tar.bz2
mate-indicator-applet-fb7b816f4a78f93578ef7c8a2475a9ada0bd1527.tar.xz
release 1.25.0v1.25.0
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
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)