summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-02-02 12:47:43 +0100
committerraveit65 <[email protected]>2018-02-02 12:47:43 +0100
commit977de1245e70832db7bfcebaa52119fce384bd68 (patch)
tree024138af826ebab8b37420526a9e85e9b290d60b
parentb79a5708d971226a8358bb733dbe2283bb22d0c5 (diff)
downloadmate-indicator-applet-977de1245e70832db7bfcebaa52119fce384bd68.tar.bz2
mate-indicator-applet-977de1245e70832db7bfcebaa52119fce384bd68.tar.xz
release 1.20v1.20.0
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3bd0f32..a979d6a 100644
--- a/NEWS
+++ b/NEWS
@@ -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)