summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2018-03-29 12:46:51 +0200
committerQuentin Glidic <sardemff7+git@sardemff7.net>2018-03-29 12:46:51 +0200
commit1ba3feafe85a484322667e7511f05e9992d7277d (patch)
treedcac7ef7c7f68244526a68be1038d3fd43cdf22b /meson.build
parent5d605312abc1d3560136573264cfd72470dc6eeb (diff)
meson: Define VERSION as well
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
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/')