summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)