From 995aafe9cc511430bff7a7a690df70998f4bb025 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 21 Jan 2021 16:27:52 +0100 Subject: protocol: add command "binarylimit" Increasing the protocol version to 0.22.4 to allow clients to detect this feature. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1038 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index eead7888f..313bc5d77 100644 --- a/meson.build +++ b/meson.build @@ -32,7 +32,7 @@ version_conf = configuration_data() version_conf.set_quoted('PACKAGE', meson.project_name()) version_conf.set_quoted('PACKAGE_NAME', meson.project_name()) version_conf.set_quoted('VERSION', meson.project_version()) -version_conf.set_quoted('PROTOCOL_VERSION', '0.22.0') +version_conf.set_quoted('PROTOCOL_VERSION', '0.22.4') configure_file(output: 'Version.h', configuration: version_conf) conf = configuration_data() -- cgit v1.2.3