From 1ba3feafe85a484322667e7511f05e9992d7277d Mon Sep 17 00:00:00 2001 From: Quentin Glidic Date: Thu, 29 Mar 2018 12:46:51 +0200 Subject: [PATCH] meson: Define VERSION as well Signed-off-by: Quentin Glidic --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index f9689b72..e9c93c44 100644 --- a/meson.build +++ b/meson.build @@ -69,6 +69,7 @@ check = dependency('check', version: '>= 0.11.0', required: get_option('enable-c header_conf = configuration_data() header_conf.set_quoted('PACKAGE_NAME', meson.project_name()) header_conf.set_quoted('PACKAGE_VERSION', meson.project_version()) +header_conf.set_quoted('VERSION', meson.project_version()) header_conf.set_quoted('GETTEXT_PACKAGE', meson.project_name()) header_conf.set_quoted('PACKAGE_BUGREPORT', 'https://github.com/DaveDavenport/rofi/') header_conf.set_quoted('PACKAGE_URL', 'https://reddit.com/r/qtools/')