diff options
author | raveit65 <[email protected]> | 2024-02-22 18:47:02 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2024-02-22 18:47:02 +0100 |
commit | 33c9665957c1db0d48c6da0371bd3adbc54e2baa (patch) | |
tree | ee4cf2a4c2bd80739507fc1a99f5b74d640c6c3c | |
parent | 350fc09e34b55b10ccdf0d9e5b750596c196e82d (diff) | |
download | mate-indicator-applet-1.28.0.tar.bz2 mate-indicator-applet-1.28.0.tar.xz |
-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) |