aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2024-04-16 17:11:35 +0200
committerThomas White <taw@physics.org>2024-04-17 16:01:10 +0200
commit65eeb589a63baf51703c992a0d9dc8c3c080024e (patch)
tree61d5454d16193087fcf4a6b28f87ab64727aa213 /meson.build
parent50286a3f5ab0fa4a8d202c5e4f2645823eb3ce4e (diff)
This is CrystFEL 0.11.00.11.0
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 1d6a0130..4717bb2a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,11 +1,11 @@
# Meson file for CrystFEL
project('crystfel', 'c',
- version: '0.10.2',
+ version: '0.11.0',
license: 'GPL3+',
meson_version: '>=0.55.0',
default_options: ['buildtype=debugoptimized'])
-libcrystfel_api_version = 16
+libcrystfel_api_version = 17
crystfel_rpath = '$ORIGIN/../lib64/:$ORIGIN/../lib:$ORIGIN/../../asapo-libraries/lib:$ORIGIN/../../asapo-libraries/lib64'
add_project_arguments('-DHAVE_CONFIG_H', language: 'c')