configure.ac: increased protocol version to 0.16.0
We're going to extend the protocol now. Update the protocol version.
This commit is contained in:
parent
111c4dac63
commit
077b24d62d
|
@ -5,7 +5,7 @@ AM_INIT_AUTOMAKE([foreign 1.10 dist-bzip2])
|
|||
AM_CONFIG_HEADER(config.h)
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
AC_DEFINE(PROTOCOL_VERSION, "0.15.0", [The mpd protocol version])
|
||||
AC_DEFINE(PROTOCOL_VERSION, "0.16.0", [The MPD protocol version])
|
||||
|
||||
|
||||
dnl
|
||||
|
|
Loading…
Reference in New Issue