configure.ac: increase protocol version to 0.18

This commit is contained in:
Max Kellermann 2013-08-04 23:21:20 +02:00
parent 9326ce53ec
commit 1a852bc365

View File

@ -13,7 +13,7 @@ AM_SILENT_RULES
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_MACRO_DIR([m4])
AC_DEFINE(PROTOCOL_VERSION, "0.17.0", [The MPD protocol version])
AC_DEFINE(PROTOCOL_VERSION, "0.18.0", [The MPD protocol version])
dnl ---------------------------------------------------------------------------