diff options
author | Avuton Olrich <avuton@gmail.com> | 2012-04-04 18:37:47 -0700 |
---|---|---|
committer | Avuton Olrich <avuton@gmail.com> | 2012-04-04 18:37:47 -0700 |
commit | d3cc8e0ac008cb266f4ce03da94f0d9f8d34d20e (patch) | |
tree | e03157ab2901e6aaa490089629f09ede2b716e36 | |
parent | db1ce4eeebd2221eac1b0db4f90b05e9314ad893 (diff) | |
download | mpd-d3cc8e0ac008cb266f4ce03da94f0d9f8d34d20e.tar.gz mpd-d3cc8e0ac008cb266f4ce03da94f0d9f8d34d20e.tar.xz mpd-d3cc8e0ac008cb266f4ce03da94f0d9f8d34d20e.zip |
Modify version string to post-release version 0.16.9~git
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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) |