From cbc71191f0ed75c5fafad5c387f009c2139a7bed Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 26 Oct 2008 10:32:20 +0100 Subject: configure.ac: reverted protocol version to 0.14.0 Several clients refuse to accept the protocol version "0.14~git", because they think it is malformed. This is clearly a client bug, but we cannot wait for all clients to fix this bug right now. For now, change the version back to "0.14.0". --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0de11c6a7..37057a802 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ AC_PROG_INSTALL AC_PROG_MAKE_SET AM_CONFIG_HEADER(config.h) -AC_DEFINE(PROTOCOL_VERSION, "0.14~git", [The mpd protocol version]) +AC_DEFINE(PROTOCOL_VERSION, "0.14.0", [The mpd protocol version]) MPD_LIBS="" MPD_CFLAGS="" -- cgit v1.2.3