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".
This commit is contained in:
parent
20ec1a4810
commit
cbc71191f0
@ -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=""
|
||||
|
Loading…
Reference in New Issue
Block a user