diff options
author | mbkma <[email protected]> | 2022-11-11 20:21:29 +0100 |
---|---|---|
committer | mbkma <[email protected]> | 2022-11-11 20:21:29 +0100 |
commit | ef7141029a7f7d45bd8c69afa0d44f5a1ed435be (patch) | |
tree | 3bc1a87968ee5aaeb0e0707a9585c3796bd6cb6a | |
parent | 073917f113ca95e26467572105bf741fcf9c90a2 (diff) | |
download | mate-indicator-applet-ef7141029a7f7d45bd8c69afa0d44f5a1ed435be.tar.bz2 mate-indicator-applet-ef7141029a7f7d45bd8c69afa0d44f5a1ed435be.tar.xz |
release 1.27.0v1.27.0
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -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) |