diff options
-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 --------------------------------------------------------------------------- |