diff options
author | Max Kellermann <max@duempel.org> | 2013-11-27 08:24:54 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-11-27 08:25:17 +0100 |
commit | 443516cdda2cf6ba5f1e98546ab22ff2523da243 (patch) | |
tree | 8703a32466a247e51107e747dad8c7b6156a9901 /configure.ac | |
parent | 57e0cc54424561499039967aa501c17d4b179019 (diff) |
configure.ac: prepare for 0.18.6
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b55c19e30..8d4f459e1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.60) -AC_INIT(mpd, 0.18.5, musicpd-dev-team@lists.sourceforge.net) +AC_INIT(mpd, 0.18.6~git, musicpd-dev-team@lists.sourceforge.net) VERSION_MAJOR=0 VERSION_MINOR=18 |