diff options
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +### mate-indicator-applet 1.17.1 + + * build: show new style indicator support status in summary + * build: fix new style indicator support + * po: actually add new language from Transifex + ### mate-indicator-applet 1.17.0 * Translations update @@ -38,4 +44,4 @@ ### mate-indicator-applet 1.8.0 - * Bugfixes
\ No newline at end of file + * Bugfixes diff --git a/configure.ac b/configure.ac index 4d4b305..4530536 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.53) -AC_INIT([mate-indicator-applet], [1.17.0], [https://github.com/mate-desktop/mate-indicator-applet/issues]) +AC_INIT([mate-indicator-applet], [1.17.1],[https://github.com/mate-desktop/mate-indicator-applet/issues]) AC_CONFIG_SRCDIR(src/applet-main.c) AM_CONFIG_HEADER(config.h) |