diff options
author | Max Kellermann <max@duempel.org> | 2014-10-11 20:25:19 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-10-11 20:25:19 +0200 |
commit | 160242a74fda50c8f4a92b2827bbff3dbddf6dad (patch) | |
tree | 35124774638d3b87b09632565374b95d438d6461 | |
parent | 81b83bc90478ea3ae0544ae208d14e082dc65972 (diff) | |
download | mpd-160242a74fda50c8f4a92b2827bbff3dbddf6dad.tar.gz mpd-160242a74fda50c8f4a92b2827bbff3dbddf6dad.tar.xz mpd-160242a74fda50c8f4a92b2827bbff3dbddf6dad.zip |
configure.ac: prepare for 0.19.1
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +ver 0.19.11 (not yet released) + ver 0.19 (2014/10/10) * protocol - new commands "addtagid", "cleartagid", "listfiles", "listmounts", diff --git a/configure.ac b/configure.ac index dfc27e930..3f90bb627 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.60) -AC_INIT(mpd, 0.19, musicpd-dev-team@lists.sourceforge.net) +AC_INIT(mpd, 0.19.1, musicpd-dev-team@lists.sourceforge.net) VERSION_MAJOR=0 VERSION_MINOR=19 |