diff options
author | Martin Wimpress <[email protected]> | 2017-01-18 23:47:53 +0000 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2017-01-18 23:47:53 +0000 |
commit | be0a74b49e912dd820d3f85f8f9e5b8ae66bc7d9 (patch) | |
tree | accefaa28920d93c7379a1e4a2c29b1339be1edb | |
parent | ca3f9b1cbf38d073563502a9a738534ff89e17d0 (diff) | |
download | mate-indicator-applet-be0a74b49e912dd820d3f85f8f9e5b8ae66bc7d9.tar.bz2 mate-indicator-applet-be0a74b49e912dd820d3f85f8f9e5b8ae66bc7d9.tar.xz |
Bump version to 1.17.1v1.17.1
-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) |