From ef7141029a7f7d45bd8c69afa0d44f5a1ed435be Mon Sep 17 00:00:00 2001 From: mbkma Date: Fri, 11 Nov 2022 20:21:29 +0100 Subject: release 1.27.0 --- NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e6e3267..df4e904 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +### mate-indicator-applet 1.27.0 + + * tx: sync with transifex + * tx: update resource + * tx: migrate config file + * ci: drop -Wunused-parameter compiler cflag from debian build + * applet-main.c: Support mouse middle-click. + * eggaccelerators: use a blank line at most + * configure.ac: fix incorrect shell test == behavior + ### mate-indicator-applet 1.26.0 * Translations update diff --git a/configure.ac b/configure.ac index a1860a9..8522470 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.53) -AC_INIT([mate-indicator-applet], [1.26.0],[https://github.com/mate-desktop/mate-indicator-applet/issues]) +AC_INIT([mate-indicator-applet], [1.27.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