diff options
author | Max Kellermann <max@duempel.org> | 2008-10-26 10:32:20 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-26 10:32:20 +0100 |
commit | cbc71191f0ed75c5fafad5c387f009c2139a7bed (patch) | |
tree | 647f9bfee5ee9c3ff28b662165d8ae5735db86ef /configure.ac | |
parent | 20ec1a481017817a59de01cb443c8cbf811bcb00 (diff) | |
download | mpd-cbc71191f0ed75c5fafad5c387f009c2139a7bed.tar.gz mpd-cbc71191f0ed75c5fafad5c387f009c2139a7bed.tar.xz mpd-cbc71191f0ed75c5fafad5c387f009c2139a7bed.zip |
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".
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 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="" |