diff options
author | raveit65 <[email protected]> | 2018-02-02 12:47:43 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-02-02 12:47:43 +0100 |
commit | 977de1245e70832db7bfcebaa52119fce384bd68 (patch) | |
tree | 024138af826ebab8b37420526a9e85e9b290d60b | |
parent | b79a5708d971226a8358bb733dbe2283bb22d0c5 (diff) | |
download | mate-indicator-applet-977de1245e70832db7bfcebaa52119fce384bd68.tar.bz2 mate-indicator-applet-977de1245e70832db7bfcebaa52119fce384bd68.tar.xz |
release 1.20v1.20.0
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +### mate-indicator-applet 1.20.0 + + * require GTK+ 3.22 + ### mate-indicator-applet 1.19.0 * Support building against Ayatana Indicators and Ubuntu Indicators alike. diff --git a/configure.ac b/configure.ac index 18d4908..1b311dd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.53) -AC_INIT([mate-indicator-applet], [1.19.0],[https://github.com/mate-desktop/mate-indicator-applet/issues]) +AC_INIT([mate-indicator-applet], [1.20.0],[https://github.com/mate-desktop/mate-indicator-applet/issues]) AC_CONFIG_SRCDIR(src/applet-main.c) AM_CONFIG_HEADER(config.h) |