diff options
author | monsta <[email protected]> | 2017-10-24 17:45:32 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-10-24 17:45:32 +0300 |
commit | 0586e7c54a90d9f160f2a42e4e0f6a90f0a2a2ff (patch) | |
tree | b6f5c524b51999fc696d2e3ac39630e5e752832d | |
parent | 8779081292e2ab31b507bfa71ff3c84c81b83a8c (diff) | |
download | mate-indicator-applet-1.18.1.tar.bz2 mate-indicator-applet-1.18.1.tar.xz |
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +### mate-indicator-applet 1.18.1 + + * Add our copyright to about dialog + * Translations update + ### mate-indicator-applet 1.18.0 * NEWS: use consistent, project wide, markdown-like formatting diff --git a/configure.ac b/configure.ac index 61d5953..001f148 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.53) -AC_INIT([mate-indicator-applet], [1.18.0],[https://github.com/mate-desktop/mate-indicator-applet/issues]) +AC_INIT([mate-indicator-applet], [1.18.1],[https://github.com/mate-desktop/mate-indicator-applet/issues]) AC_CONFIG_SRCDIR(src/applet-main.c) AM_CONFIG_HEADER(config.h) |