meson.build: increase protocol version to 0.21.6
There is a minor new feature (commit 713c1f2ba9) and clients might be
interested in detecting it by the protocol version.
			
			
This commit is contained in:
		| @@ -20,7 +20,7 @@ conf.set_quoted('PACKAGE', meson.project_name()) | |||||||
| conf.set_quoted('PACKAGE_NAME', meson.project_name()) | conf.set_quoted('PACKAGE_NAME', meson.project_name()) | ||||||
| conf.set_quoted('PACKAGE_VERSION', meson.project_version()) | conf.set_quoted('PACKAGE_VERSION', meson.project_version()) | ||||||
| conf.set_quoted('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')) | conf.set_quoted('SYSTEM_CONFIG_FILE_LOCATION', join_paths(get_option('prefix'), get_option('sysconfdir'), 'mpd.conf')) | ||||||
|  |  | ||||||
| common_cppflags = [ | common_cppflags = [ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Max Kellermann
					Max Kellermann