aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--configure.ac4
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 <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