aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAvuton Olrich <avuton@gmail.com>2012-04-04 18:37:47 -0700
committerAvuton Olrich <avuton@gmail.com>2012-04-04 18:37:47 -0700
commitd3cc8e0ac008cb266f4ce03da94f0d9f8d34d20e (patch)
treee03157ab2901e6aaa490089629f09ede2b716e36
parentdb1ce4eeebd2221eac1b0db4f90b05e9314ad893 (diff)
downloadmpd-d3cc8e0ac008cb266f4ce03da94f0d9f8d34d20e.tar.gz
mpd-d3cc8e0ac008cb266f4ce03da94f0d9f8d34d20e.tar.xz
mpd-d3cc8e0ac008cb266f4ce03da94f0d9f8d34d20e.zip
Modify version string to post-release version 0.16.9~git
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4c2ef4a6d..16f08e216 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+ver 0.16.9 (2012/??/??)
+
+
ver 0.16.8 (2012/04/04)
* fix for libsamplerate assertion failure
* decoder:
diff --git a/configure.ac b/configure.ac
index 47f7291d8..7dd9a6efc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(mpd, 0.16.8, musicpd-dev-team@lists.sourceforge.net)
+AC_INIT(mpd, 0.16.9~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)