diff options
author | Max Kellermann <max@duempel.org> | 2014-03-06 13:08:30 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-03-06 13:08:30 +0100 |
commit | d65841a2db7b8ee94306b5aa3751825d627d25c3 (patch) | |
tree | e97c3b86df39c84aaa3340d92253a86a29964535 | |
parent | 2784d656181230e3536d7260f3b16652602399d8 (diff) | |
download | mpd-d65841a2db7b8ee94306b5aa3751825d627d25c3.tar.gz mpd-d65841a2db7b8ee94306b5aa3751825d627d25c3.tar.xz mpd-d65841a2db7b8ee94306b5aa3751825d627d25c3.zip |
configure.ac: prepare for 0.18.10
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +ver 0.18.10 (not yet released) + ver 0.18.9 (2014/03/02) * protocol - "findadd" requires the "add" permission diff --git a/configure.ac b/configure.ac index 81bdcea24..ae3a2341c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.60) -AC_INIT(mpd, 0.18.9, mpd-devel@musicpd.org) +AC_INIT(mpd, 0.18.10, mpd-devel@musicpd.org) VERSION_MAJOR=0 VERSION_MINOR=18 |