diff options
author | Max Kellermann <max@duempel.org> | 2013-08-04 23:21:20 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-08-04 23:21:23 +0200 |
commit | 1a852bc365971960b0c8fd180f71a14396c81d8c (patch) | |
tree | a04085a11d793aedcf7bd18a8efd332bc37eaf09 | |
parent | 9326ce53ecd225269147109d87af763fc3846ddf (diff) | |
download | mpd-1a852bc365971960b0c8fd180f71a14396c81d8c.tar.gz mpd-1a852bc365971960b0c8fd180f71a14396c81d8c.tar.xz mpd-1a852bc365971960b0c8fd180f71a14396c81d8c.zip |
configure.ac: increase protocol version to 0.18
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 2816a2b48..edf29d215 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.17.0", [The MPD protocol version]) +AC_DEFINE(PROTOCOL_VERSION, "0.18.0", [The MPD protocol version]) dnl --------------------------------------------------------------------------- |