summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-02-17 01:21:46 +0100
committerMax Kellermann <max@musicpd.org>2018-02-17 01:21:46 +0100
commit79981f3cdae074890e5709fb59d46e9a1dfe94dd (patch)
treec849febd689a1dfd09cf17a9d8d1b49e0e4024b5 /configure.ac
parentc2940a8385201b6501a43aefa6f9bee983950c01 (diff)
increment version number to 0.20.18
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 800baa048..d1ec1fe9e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
AC_PREREQ(2.60)
-AC_INIT(mpd, 0.20.17, musicpd-dev-team@lists.sourceforge.net)
+AC_INIT(mpd, 0.20.18, musicpd-dev-team@lists.sourceforge.net)
VERSION_MAJOR=0
VERSION_MINOR=20
-VERSION_REVISION=17
+VERSION_REVISION=18
VERSION_EXTRA=0
AC_CONFIG_SRCDIR([src/Main.cxx])