From b6e5c248786415bd0f69ca62eb0f6aa6862cc2ad Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 4 Feb 2009 18:52:34 +0100 Subject: 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! --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3