From 33c9665957c1db0d48c6da0371bd3adbc54e2baa Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 22 Feb 2024 18:47:02 +0100 Subject: release 1.28.0 --- NEWS | 8 +++++++- configure.ac | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index df4e904..76e64a7 100644 --- a/NEWS +++ b/NEWS @@ -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) -- cgit v1.2.1