configure.ac: protocol version 0.17
The client-to-client protocol was added, and that justifies increasing the protocol version.
This commit is contained in:
parent
144d092637
commit
e0580ee385
@ -5,7 +5,7 @@ AM_INIT_AUTOMAKE([foreign 1.10 dist-bzip2 subdir-objects])
|
|||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
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 ---------------------------------------------------------------------------
|
dnl ---------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user