From 4e9fa36176ac3a8c9d2acf68f7ec0931d8350a09 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 5 May 2020 15:08:32 +0200 Subject: meson.build: remove unused macro PACKAGE_VERSION --- meson.build | 1 - 1 file changed, 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index f5d7888e6..d1ff992c3 100644 --- a/meson.build +++ b/meson.build @@ -24,7 +24,6 @@ endif conf = configuration_data() 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.22.0') conf.set_quoted('SYSTEM_CONFIG_FILE_LOCATION', join_paths(get_option('prefix'), get_option('sysconfdir'), 'mpd.conf')) -- cgit v1.2.3