From 66235fddff35aa760b66f86312c6007bbea0bcaf Mon Sep 17 00:00:00 2001
From: Avuton Olrich <avuton@gmail.com>
Date: Sat, 4 Feb 2012 14:41:59 -0800
Subject: [PATCH] Modify version string to post-release version 0.16.8~git

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

diff --git a/NEWS b/NEWS
index d66811a83..c8f2773bb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+ver 0.16.8 (2012/??/??)
+
+
 ver 0.16.7 (2012/02/04)
 * input:
   - ffmpeg: support libavformat 0.7
diff --git a/configure.ac b/configure.ac
index d3f4b393d..bbea25621 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(mpd, 0.16.7, musicpd-dev-team@lists.sourceforge.net)
+AC_INIT(mpd, 0.16.8~git, musicpd-dev-team@lists.sourceforge.net)
 AC_CONFIG_SRCDIR([src/main.c])
 AM_INIT_AUTOMAKE([foreign 1.10 dist-bzip2 subdir-objects])
 AM_CONFIG_HEADER(config.h)