aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--configure.ac4
2 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e69de29..84971fb 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,7 @@
+12.10.0
+
+ - Allow setting preferred media players through a settings key. (LP #1014955)
+ - Fix sound indicator not working after Amarok close. (LP #992262)
+ - Explicit handling of Ardour
+ - Fix deprecated GTK+ API calls
+
diff --git a/configure.ac b/configure.ac
index 9f9099a..80636a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
-AC_INIT(indicator-sound, 0.8.5.0, conor.curran@canonical.com)
+AC_INIT(indicator-sound, 12.10.0, conor.curran@canonical.com)
AC_PREREQ(2.53)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(indicator-sound, 0.8.5.0)
+AM_INIT_AUTOMAKE(indicator-sound, 12.10.0)
AM_MAINTAINER_MODE