Skip to content

Commit

Permalink
release 1.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Aug 20, 2020
1 parent 6ac0d4c commit fb7b816
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### mate-indicator-applet 1.25.0

* Translations update
* add git.mk to generate .gitignore
* build: silent build warnings for distcheck
* applet-main: declaration of ‘entry’ shadows a parameter
* applet-main: remove unreachable-code warning reported by scan-build
* use MATE_COMPILE_WARNINGS from mate-common

### mate-indicator-applet 1.24.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.24.0],[https://github.com/mate-desktop/mate-indicator-applet/issues])
AC_INIT([mate-indicator-applet], [1.25.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 fb7b816

Please sign in to comment.