diff options
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 6 insertions, 3 deletions
@@ -1,5 +1,8 @@ -12.10.0 +12.10.1 + - Don't include <glib/gi18n.h> in library code + - Remove GTK+ 2 build rules from configure.ac +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 diff --git a/configure.ac b/configure.ac index f64fc7f..bfd12d1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 12.10.0, conor.curran@canonical.com) +AC_INIT(indicator-sound, 12.10.1, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 12.10.0) +AM_INIT_AUTOMAKE(indicator-sound, 12.10.1) AM_MAINTAINER_MODE |