From f44011519c8c93af9e07e90130cf01f7f6b9fa2b Mon Sep 17 00:00:00 2001 From: Max Kellermann <max@musicpd.org> Date: Tue, 18 Jun 2019 15:35:38 +0200 Subject: [PATCH] meson.build: increase protocol version to 0.21.11 Commit 1eae9339f207e6e14126c1ce227b7225ec732a4a added support for multiple "groups" in the "list" command, and this change allows clients to detect that this behavior, which had been documented for several years, is now implemented properly. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 9577c7375..b11e91cb8 100644 --- a/meson.build +++ b/meson.build @@ -20,7 +20,7 @@ conf.set_quoted('PACKAGE', meson.project_name()) conf.set_quoted('PACKAGE_NAME', meson.project_name()) conf.set_quoted('PACKAGE_VERSION', meson.project_version()) conf.set_quoted('VERSION', meson.project_version()) -conf.set_quoted('PROTOCOL_VERSION', '0.21.6') +conf.set_quoted('PROTOCOL_VERSION', '0.21.11') conf.set_quoted('SYSTEM_CONFIG_FILE_LOCATION', join_paths(get_option('prefix'), get_option('sysconfdir'), 'mpd.conf')) common_cppflags = [