diff options
author | Avuton Olrich <avuton@gmail.com> | 2011-01-09 18:00:12 -0800 |
---|---|---|
committer | Avuton Olrich <avuton@gmail.com> | 2011-01-09 18:00:12 -0800 |
commit | 44b4b509499f7d5068a313f3ce9391bc6092f791 (patch) | |
tree | fed48fe867b845edc7b89e3f3ac30ae18f8fc8c9 | |
parent | 9ad862d3a6f0cbb043bf4f9ff97e54e5c606ad3e (diff) | |
download | mpd-44b4b509499f7d5068a313f3ce9391bc6092f791.tar.gz mpd-44b4b509499f7d5068a313f3ce9391bc6092f791.tar.xz mpd-44b4b509499f7d5068a313f3ce9391bc6092f791.zip |
Modify version string to post-release version 0.16.2~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.2 (2010/??/??) + + ver 0.16.1 (2010/01/09) * audio_check: fix parameter in prototype * add void casts to suppress "result unused" warnings (clang) diff --git a/configure.ac b/configure.ac index c8a568ab4..a1e310575 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(mpd, 0.16.1, musicpd-dev-team@lists.sourceforge.net) +AC_INIT(mpd, 0.16.2~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) |