From 3683d55686016a92ef05a37b0516d1d802a33ef4 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 3 Oct 2012 12:06:18 -0500 Subject: 12.10.1 --- NEWS | 5 ++++- configure.ac | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 84971fb..dc7ca65 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ -12.10.0 +12.10.1 + - Don't include 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 -- cgit v1.2.3