diff options
author | Max Kellermann <max@duempel.org> | 2013-12-19 12:16:02 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-12-19 12:16:29 +0100 |
commit | 5f14704eee16b4d122e0a4ebb2320637cb650c38 (patch) | |
tree | 520cc435031f7a3d7bc6f70e5d3d28d7bbbb5aea /configure.ac | |
parent | 52dca859c7ad32ac0869f75326ea82731d7d2271 (diff) | |
download | mpd-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 '')
-rw-r--r-- | configure.ac | 2 |
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 --------------------------------------------------------------------------- |