diff options
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 9 insertions, 2 deletions
@@ -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 676f7db..f64fc7f 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 |