diff options
author | Max Kellermann <max@musicpd.org> | 2019-03-16 13:22:01 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-03-16 13:23:02 +0100 |
commit | 5c5dc1b7c0f98aefd549e25810f5f8163456bbb5 (patch) | |
tree | f0fb9ddf9a7bf1fe6c988e80b4d0a2cb01f87db7 /meson.build | |
parent | 9e9418294a69bfcb27b8cc631ad32b1e6507f3c6 (diff) |
meson.build: increase protocol version to 0.21.6
There is a minor new feature (commit 713c1f2ba9c) and clients might be
interested in detecting it by the protocol version.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 8e092a4c6..723b72295 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.4') +conf.set_quoted('PROTOCOL_VERSION', '0.21.6') conf.set_quoted('SYSTEM_CONFIG_FILE_LOCATION', join_paths(get_option('prefix'), get_option('sysconfdir'), 'mpd.conf')) common_cppflags = [ |