diff options
author | Max Kellermann <max@duempel.org> | 2011-02-22 09:15:41 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-02-22 09:16:32 +0100 |
commit | e0580ee3853e3f3012fdf0c31e0fbc554e39c105 (patch) | |
tree | c837b37d00c3fd691da4c9827e91e6563b0c9c3d /configure.ac | |
parent | 144d09263786a4cdc6cfc19c5bf3ae7784e5f6e1 (diff) | |
download | mpd-e0580ee3853e3f3012fdf0c31e0fbc554e39c105.tar.gz mpd-e0580ee3853e3f3012fdf0c31e0fbc554e39c105.tar.xz mpd-e0580ee3853e3f3012fdf0c31e0fbc554e39c105.zip |
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.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c65113b2e..afe89fd04 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 --------------------------------------------------------------------------- |