aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAvuton Olrich <avuton@gmail.com>2012-02-04 14:41:59 -0800
committerAvuton Olrich <avuton@gmail.com>2012-02-04 14:41:59 -0800
commit66235fddff35aa760b66f86312c6007bbea0bcaf (patch)
tree103850014defc720152691439804910ad563138d
parentf9c5d026f47303ab29debacb3941908c36d20f6d (diff)
downloadmpd-66235fddff35aa760b66f86312c6007bbea0bcaf.tar.gz
mpd-66235fddff35aa760b66f86312c6007bbea0bcaf.tar.xz
mpd-66235fddff35aa760b66f86312c6007bbea0bcaf.zip
Modify version string to post-release version 0.16.8~git
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
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)