aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-12-19 12:16:02 +0100
committerMax Kellermann <max@duempel.org>2013-12-19 12:16:29 +0100
commit5f14704eee16b4d122e0a4ebb2320637cb650c38 (patch)
tree520cc435031f7a3d7bc6f70e5d3d28d7bbbb5aea /configure.ac
parent52dca859c7ad32ac0869f75326ea82731d7d2271 (diff)
downloadmpd-5f14704eee16b4d122e0a4ebb2320637cb650c38.tar.gz
mpd-5f14704eee16b4d122e0a4ebb2320637cb650c38.tar.xz
mpd-5f14704eee16b4d122e0a4ebb2320637cb650c38.zip
configure.ac: increment protocol version to 0.19.0
Due to recent protocol additions ("addtagid", "cleartagid").
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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 ---------------------------------------------------------------------------