summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
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)