summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2014-11-20 09:21:39 +0100
committerStefano Karapetsas <[email protected]>2014-11-20 09:21:39 +0100
commit0d1aee834241ffd99a122c2753ba1e6bb2247a54 (patch)
tree9751f4e6453c3e8b162c6740ca85254f29144338
parent0a35f1601834a00071eafe3c8064e667155f304e (diff)
downloadmate-indicator-applet-0d1aee834241ffd99a122c2753ba1e6bb2247a54.tar.bz2
mate-indicator-applet-0d1aee834241ffd99a122c2753ba1e6bb2247a54.tar.xz
Bump version to 1.9.0mate-indicator-applet-1.9.0
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4226d2f..436d90b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+1.9.0
+
+ * Add GTK3 support
+ * Fixed conflicts with GNOME's indicator-applet
+
1.8.0
* Bugfixes
diff --git a/configure.ac b/configure.ac
index 12fa5f0..70e3fc6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.53)
-AC_INIT([mate-indicator-applet], [1.8.0], [https://github.com/mate-desktop/mate-indicator-applet/issues])
+AC_INIT([mate-indicator-applet], [1.9.0], [https://github.com/mate-desktop/mate-indicator-applet/issues])
AC_CONFIG_SRCDIR(src/applet-main.c)
AM_CONFIG_HEADER(config.h)