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:
Max Kellermann 2009-07-05 08:40:26 +02:00
parent 111c4dac63
commit 077b24d62d
1 changed files with 1 additions and 1 deletions

View File

@ -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