command/playlist: "load" supports relative positions

This commit also increases the PROTOCOL_VERSION so clients can detect
the availability of the feature.
This commit is contained in:
Max Kellermann
2021-10-18 22:07:25 +02:00
parent 07e8c338df
commit 31151cec3c
4 changed files with 7 additions and 4 deletions

View File

@@ -44,7 +44,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.23.0')
version_conf.set_quoted('PROTOCOL_VERSION', '0.23.1')
configure_file(output: 'Version.h', configuration: version_conf)
conf = configuration_data()