From 5f14704eee16b4d122e0a4ebb2320637cb650c38 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 19 Dec 2013 12:16:02 +0100 Subject: configure.ac: increment protocol version to 0.19.0 Due to recent protocol additions ("addtagid", "cleartagid"). --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b789d02d9..eafb165c5 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ AM_SILENT_RULES AC_CONFIG_HEADERS(config.h) AC_CONFIG_MACRO_DIR([m4]) -AC_DEFINE(PROTOCOL_VERSION, "0.18.0", [The MPD protocol version]) +AC_DEFINE(PROTOCOL_VERSION, "0.19.0", [The MPD protocol version]) dnl --------------------------------------------------------------------------- -- cgit v1.2.3