diff options
author | Max Kellermann <max@duempel.org> | 2009-02-04 18:52:34 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-02-04 18:52:34 +0100 |
commit | b6e5c248786415bd0f69ca62eb0f6aa6862cc2ad (patch) | |
tree | 32cb034ac60344c421004d8c5dd17ce14ed92beb | |
parent | cd98a72ca6dea49ccf85ed345830e5d2bd8e4ba1 (diff) | |
download | mpd-b6e5c248786415bd0f69ca62eb0f6aa6862cc2ad.tar.gz mpd-b6e5c248786415bd0f69ca62eb0f6aa6862cc2ad.tar.xz mpd-b6e5c248786415bd0f69ca62eb0f6aa6862cc2ad.zip |
configure.ac: raised protocol version to "0.15.0"
The protocol has been extended since MPD 0.14: playlist ranges,
stickers. About time to give the protocol a new version number!
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 187d2bd59..36801c5da 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AM_INIT_AUTOMAKE([foreign 1.9 dist-bzip2]) AM_CONFIG_HEADER(config.h) AC_CONFIG_MACRO_DIR([m4]) -AC_DEFINE(PROTOCOL_VERSION, "0.14.0", [The mpd protocol version]) +AC_DEFINE(PROTOCOL_VERSION, "0.15.0", [The mpd protocol version]) dnl |