From ba1ac7612a41c9a04650c39e0d42020a90e43473 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Wed, 8 Jun 2016 17:57:35 +0100 Subject: Bump version to 1.15.0 --- NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f6adea0..0348939 100644 --- a/NEWS +++ b/NEWS @@ -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) -- cgit v1.2.1