From 0fec8e08641470fdcaeb68fc362f77ca78925011 Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Tue, 20 Jul 2010 22:57:57 +0200
Subject: [PATCH] mpd version 0.15.12

---
 NEWS         | 2 +-
 configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 8adec16b3..f22a18ac8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-ver 0.15.12 (2010/??/??)
+ver 0.15.12 (2010/07/20)
 * input:
   - curl: remove assertion after curl_multi_fdset()
 * tags:
diff --git a/configure.ac b/configure.ac
index aa529ca45..b58508efc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(mpd, 0.15.12~git, musicpd-dev-team@lists.sourceforge.net)
+AC_INIT(mpd, 0.15.12, musicpd-dev-team@lists.sourceforge.net)
 AC_CONFIG_SRCDIR([src/main.c])
 AM_INIT_AUTOMAKE([foreign 1.9 dist-bzip2])
 AM_CONFIG_HEADER(config.h)