diff options
author | Max Kellermann <max.kellermann@gmail.com> | 2018-11-19 11:10:52 +0100 |
---|---|---|
committer | Max Kellermann <max.kellermann@gmail.com> | 2018-11-19 11:11:45 +0100 |
commit | f80126959d49a6e7196634db028cc68d8d8ed41e (patch) | |
tree | 470f050705bfd988681901f0d3c95f4acc8ccb18 /meson.build | |
parent | 4fb4f6d1b7ad8d77aedd3a81c9b72fb0accb592e (diff) |
meson.build: increment PROTOCOL_VERSION to 0.21.4
This version should have been incremented in 0.21.2 because this
version added new search operators. In 0.21.4, we'll have more
protocol bug fixes which may be important for clients to know.
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 b232ed66e..58e979a39 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.0') +conf.set_quoted('PROTOCOL_VERSION', '0.21.4') conf.set_quoted('SYSTEM_CONFIG_FILE_LOCATION', join_paths(get_option('prefix'), get_option('sysconfdir'), 'mpd.conf')) common_cppflags = [ |