diff options
author | Stefano Karapetsas <[email protected]> | 2014-11-20 09:21:39 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-11-20 09:21:39 +0100 |
commit | 0d1aee834241ffd99a122c2753ba1e6bb2247a54 (patch) | |
tree | 9751f4e6453c3e8b162c6740ca85254f29144338 | |
parent | 0a35f1601834a00071eafe3c8064e667155f304e (diff) | |
download | mate-indicator-applet-1.9.0.tar.bz2 mate-indicator-applet-1.9.0.tar.xz |
Bump version to 1.9.0mate-indicator-applet-1.9.0
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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) |