configure.ac: increment protocol version to 0.19.0
Due to recent protocol additions ("addtagid", "cleartagid").
This commit is contained in:
parent
52dca859c7
commit
5f14704eee
|
@ -13,7 +13,7 @@ AM_SILENT_RULES
|
|||
AC_CONFIG_HEADERS(config.h)
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
AC_DEFINE(PROTOCOL_VERSION, "0.18.0", [The MPD protocol version])
|
||||
AC_DEFINE(PROTOCOL_VERSION, "0.19.0", [The MPD protocol version])
|
||||
|
||||
|
||||
dnl ---------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue