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