From b17b53955c28ca479ab4b0f46c32ba461ace1211 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 6 Feb 2015 17:16:57 +0100 Subject: configure.ac: raise protocol version to 0.20.0 A few protocol feature have been added to the 0.20 branch, and thus we should raise the protocol version in the server greeting. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2b61b7eb4..2259b1b06 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ AM_SILENT_RULES AC_CONFIG_HEADERS(config.h) AC_CONFIG_MACRO_DIR([m4]) -AC_DEFINE(PROTOCOL_VERSION, "0.19.0", [The MPD protocol version]) +AC_DEFINE(PROTOCOL_VERSION, "0.20.0", [The MPD protocol version]) GIT_COMMIT=`GIT_DIR="$srcdir/.git" git describe --dirty --always 2>/dev/null` if test x$GIT_COMMIT != x; then -- cgit v1.2.3