diff options
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 2 deletions
@@ -1,6 +1,12 @@ +### mate-indicator-applet 1.28.0 + + * Translations update + * fix warnings in Arabic and Tamil translations + * build warning: AC_OUTPUT should be used without arguments + ### mate-indicator-applet 1.27.0 - * tx: sync with transifex + * Translations update * tx: update resource * tx: migrate config file * ci: drop -Wunused-parameter compiler cflag from debian build diff --git a/configure.ac b/configure.ac index 5a50e56..cfabdd7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.53) -AC_INIT([mate-indicator-applet], [1.27.0],[https://github.com/mate-desktop/mate-indicator-applet/issues]) +AC_INIT([mate-indicator-applet], [1.28.0],[https://github.com/mate-desktop/mate-indicator-applet/issues]) AC_CONFIG_SRCDIR(src/applet-main.c) AM_CONFIG_HEADER(config.h) |