diff options
author | Max Kellermann <max@duempel.org> | 2013-11-18 20:03:30 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-11-18 20:03:30 +0100 |
commit | 74a778e65fb7dd665d45725b995755e872692334 (patch) | |
tree | 45f59599a1dd7f0860d4739865ab1de2da10d416 /configure.ac | |
parent | 1fc0c9fe8a5ae0483c98fbfd0d25c4147879a132 (diff) |
configure.ac: prepare for 0.18.5
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 6805a5d46..268cb7aa7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.60) -AC_INIT(mpd, 0.18.4, musicpd-dev-team@lists.sourceforge.net) +AC_INIT(mpd, 0.18.5~git, musicpd-dev-team@lists.sourceforge.net) VERSION_MAJOR=0 VERSION_MINOR=18 |