aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-02-22 09:15:41 +0100
committerMax Kellermann <max@duempel.org>2011-02-22 09:16:32 +0100
commite0580ee3853e3f3012fdf0c31e0fbc554e39c105 (patch)
treec837b37d00c3fd691da4c9827e91e6563b0c9c3d /configure.ac
parent144d09263786a4cdc6cfc19c5bf3ae7784e5f6e1 (diff)
configure.ac: protocol version 0.17
The client-to-client protocol was added, and that justifies increasing the protocol version.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c65113b2..afe89fd0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ AM_INIT_AUTOMAKE([foreign 1.10 dist-bzip2 subdir-objects])
AM_CONFIG_HEADER(config.h)
AC_CONFIG_MACRO_DIR([m4])
-AC_DEFINE(PROTOCOL_VERSION, "0.16.0", [The MPD protocol version])
+AC_DEFINE(PROTOCOL_VERSION, "0.17.0", [The MPD protocol version])
dnl ---------------------------------------------------------------------------