diff options
author | Avuton Olrich <avuton@gmail.com> | 2009-06-23 18:43:57 -0700 |
---|---|---|
committer | Avuton Olrich <avuton@gmail.com> | 2009-06-24 17:34:27 -0700 |
commit | f16d05c633971794e49635d5e16ee0ce864032a6 (patch) | |
tree | 81fcea7963f37488563cc2f318315a4c67de15d9 | |
parent | 8758e97794eeaf4502d2265bf78d5c2023cc8a15 (diff) | |
download | mpd-f16d05c633971794e49635d5e16ee0ce864032a6.tar.gz mpd-f16d05c633971794e49635d5e16ee0ce864032a6.tar.xz mpd-f16d05c633971794e49635d5e16ee0ce864032a6.zip |
Modify version string to post-release version 0.16~git
Diffstat (limited to '')
-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 (20??/??/??) + + ver 0.15 (2009/06/23) * input: - parse Icy-Metadata diff --git a/configure.ac b/configure.ac index 47adedd07..05c989e45 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(mpd, 0.15, musicpd-dev-team@lists.sourceforge.net) +AC_INIT(mpd, 0.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) |