aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-02-15 15:59:55 +0100
committerThomas White <taw@physics.org>2023-02-20 16:26:49 +0100
commita38407fe140d6336e2fa02f0240b1ec993ca321a (patch)
treef83054b107c8d8d453d3fd8cfbfdde4af7f8d265 /meson.build
parente780598a036ed7996171436fa59b2f9f155b7af7 (diff)
This is CrystFEL 0.10.20.10.2
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 238fca8f..59bbcfb7 100644
--- a/meson.build
+++ b/meson.build
@@ -1,11 +1,11 @@
# Meson file for CrystFEL
project('crystfel', 'c',
- version: '0.10.1',
+ version: '0.10.2',
license: 'GPL3+',
meson_version: '>=0.55.0',
default_options: ['buildtype=debugoptimized'])
-libcrystfel_api_version = 15
+libcrystfel_api_version = 16
add_project_arguments('-DHAVE_CONFIG_H', language: 'c')