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 /configure.ac | |
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-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |