diff options
author | Max Kellermann <max@duempel.org> | 2009-07-05 08:40:26 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-07-05 08:40:26 +0200 |
commit | 077b24d62d03e0dc0b1fcad64b38433c2b76d1ce (patch) | |
tree | 7f38e85cbb0158c80489db887be524d70362093b /configure.ac | |
parent | 111c4dac633418f20559289dbe9a7e3efe2ac4bd (diff) | |
download | mpd-077b24d62d03e0dc0b1fcad64b38433c2b76d1ce.tar.gz mpd-077b24d62d03e0dc0b1fcad64b38433c2b76d1ce.tar.xz mpd-077b24d62d03e0dc0b1fcad64b38433c2b76d1ce.zip |
configure.ac: increased protocol version to 0.16.0
We're going to extend the protocol now. Update the protocol version.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0c5c0e432..c082bf1cd 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |