diff options
author | Max Kellermann <max@duempel.org> | 2014-02-09 22:58:14 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-09 22:58:14 +0100 |
commit | 57e862712a9235c81f7cb28cf1b6e33e41e82e1b (patch) | |
tree | 86f2d09601e42821620ce6e6b8f74465e917a996 | |
parent | ddb5390d88ad9301ab70d3b6fff741ef2bb2551f (diff) | |
download | mpd-57e862712a9235c81f7cb28cf1b6e33e41e82e1b.tar.gz mpd-57e862712a9235c81f7cb28cf1b6e33e41e82e1b.tar.xz mpd-57e862712a9235c81f7cb28cf1b6e33e41e82e1b.zip |
configure.ac: prepare for 0.18.9
Diffstat (limited to '')
-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.9 (not yet released) + ver 0.18.8 (2014/02/07) * decoder - ffmpeg: support libav v10_alpha1 diff --git a/configure.ac b/configure.ac index 301c3a033..6b14a695c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.60) -AC_INIT(mpd, 0.18.8, mpd-devel@musicpd.org) +AC_INIT(mpd, 0.18.9, mpd-devel@musicpd.org) VERSION_MAJOR=0 VERSION_MINOR=18 |