aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-07-19 10:58:23 +0200
committerThomas White <taw@physics.org>2021-07-19 10:58:23 +0200
commit24dc09b27046b263278f71073075b119f5c7c328 (patch)
treee781e586348f7f3f0c1190933a2480a1893e7592 /meson.build
parentce4b709b1f878d8049d95d13185badfc16602f6d (diff)
Bump API version to 14
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index b2a1f3fd..c4df5b42 100644
--- a/meson.build
+++ b/meson.build
@@ -5,6 +5,8 @@ project('crystfel', 'c',
meson_version: '>=0.50.0',
default_options: ['buildtype=debugoptimized'])
+libcrystfel_api_version = 14
+
add_project_arguments('-DHAVE_CONFIG_H', language: 'c')
versionc = vcs_tag(input: 'src/version.c.in',