summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wimpress <[email protected]>2016-06-08 17:57:35 +0100
committerMartin Wimpress <[email protected]>2016-06-08 17:57:35 +0100
commitba1ac7612a41c9a04650c39e0d42020a90e43473 (patch)
treef0abf87888072fd3fe1dd4c6d00a10afc2fd02df
parentc4005ed440c50dbd26f7119bcdcc9f05c92160e5 (diff)
downloadmate-indicator-applet-ba1ac7612a41c9a04650c39e0d42020a90e43473.tar.bz2
mate-indicator-applet-ba1ac7612a41c9a04650c39e0d42020a90e43473.tar.xz
Bump version to 1.15.0v1.15.0
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
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)