From e0580ee3853e3f3012fdf0c31e0fbc554e39c105 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 22 Feb 2011 09:15:41 +0100 Subject: configure.ac: protocol version 0.17 The client-to-client protocol was added, and that justifies increasing the protocol version. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 --------------------------------------------------------------------------- -- cgit v1.2.3