Skip to content

Commit

Permalink
release 1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkma committed Nov 11, 2022
1 parent 073917f commit ef71410
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit ef71410

Please sign in to comment.