diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-07-12 11:39:40 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-07-12 11:39:40 -0500 |
commit | 2900797204c4446a7f46515364c6aa868a5f4fab (patch) | |
tree | 7b58871993a8a61656b311996ef0f177f23d5760 | |
parent | 857d416f226769249576c6231d3a331dbf027a78 (diff) | |
download | ayatana-indicator-sound-2900797204c4446a7f46515364c6aa868a5f4fab.tar.gz ayatana-indicator-sound-2900797204c4446a7f46515364c6aa868a5f4fab.tar.bz2 ayatana-indicator-sound-2900797204c4446a7f46515364c6aa868a5f4fab.zip |
bump version to 12.10.0
-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 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 |