From 42c5788de3f24e5f3233791d80a8b12c55d3817b Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Tue, 21 Dec 2010 20:19:49 +0100
Subject: [PATCH] Modify version string to post-release version 0.15.16~git

---
 NEWS         | 3 +++
 configure.ac | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 82bf7ae3b..8f06f5fe6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+ver 0.15.6 (2010/??/??)
+
+
 ver 0.15.15 (2010/11/08)
 * input:
   - rewind: fix assertion failure
diff --git a/configure.ac b/configure.ac
index da0ec2d7f..8844a1dbe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(mpd, 0.15.15, musicpd-dev-team@lists.sourceforge.net)
+AC_INIT(mpd, 0.15.16~git, 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)