diff options
author | Martin Wimpress <[email protected]> | 2016-06-08 17:57:35 +0100 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2016-06-08 17:57:35 +0100 |
commit | ba1ac7612a41c9a04650c39e0d42020a90e43473 (patch) | |
tree | f0abf87888072fd3fe1dd4c6d00a10afc2fd02df | |
parent | c4005ed440c50dbd26f7119bcdcc9f05c92160e5 (diff) | |
download | mate-indicator-applet-ba1ac7612a41c9a04650c39e0d42020a90e43473.tar.bz2 mate-indicator-applet-ba1ac7612a41c9a04650c39e0d42020a90e43473.tar.xz |
Bump version to 1.15.0v1.15.0
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +1.15.0 + + * move indicator loading/setup code into separate function + * move module loading code into separate function + * eggaccelerators: remove unused function + * Update translations + 1.14.0 * GTK+3: fix a few deprecations diff --git a/configure.ac b/configure.ac index 700511e..467b84e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.53) -AC_INIT([mate-indicator-applet], [1.14.0], [https://github.com/mate-desktop/mate-indicator-applet/issues]) +AC_INIT([mate-indicator-applet], [1.15.0], [https://github.com/mate-desktop/mate-indicator-applet/issues]) AC_CONFIG_SRCDIR(src/applet-main.c) AM_CONFIG_HEADER(config.h) |