aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-12-15 00:39:52 +0100
committerMax Kellermann <max@duempel.org>2014-12-15 00:39:52 +0100
commitd8351772d38aff7c40a28ba799af68950b8b7323 (patch)
tree6902fd65591c64d70aa0547239c0d5d758faf3e6 /configure.ac
parent1b5f33a4358f69d153a4c2d2fae34165dc200cca (diff)
downloadmpd-d8351772d38aff7c40a28ba799af68950b8b7323.tar.gz
mpd-d8351772d38aff7c40a28ba799af68950b8b7323.tar.xz
mpd-d8351772d38aff7c40a28ba799af68950b8b7323.zip
configure.ac: prepare for 0.18.21
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4da467ba3..e0480640d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
AC_PREREQ(2.60)
-AC_INIT(mpd, 0.18.20, mpd-devel@musicpd.org)
+AC_INIT(mpd, 0.18.21, mpd-devel@musicpd.org)
VERSION_MAJOR=0
VERSION_MINOR=18
-VERSION_REVISION=20
+VERSION_REVISION=21
VERSION_EXTRA=0
AC_CONFIG_SRCDIR([src/Main.cxx])