aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-08-04 23:21:20 +0200
committerMax Kellermann <max@duempel.org>2013-08-04 23:21:23 +0200
commit1a852bc365971960b0c8fd180f71a14396c81d8c (patch)
treea04085a11d793aedcf7bd18a8efd332bc37eaf09 /configure.ac
parent9326ce53ecd225269147109d87af763fc3846ddf (diff)
downloadmpd-1a852bc365971960b0c8fd180f71a14396c81d8c.tar.gz
mpd-1a852bc365971960b0c8fd180f71a14396c81d8c.tar.xz
mpd-1a852bc365971960b0c8fd180f71a14396c81d8c.zip
configure.ac: increase protocol version to 0.18
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 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 ---------------------------------------------------------------------------