diff options
author | Thomas White <taw@physics.org> | 2022-01-14 15:25:22 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2022-01-14 15:25:22 +0100 |
commit | 5566d02188f11e41a3cb4391597394f0fc122417 (patch) | |
tree | 28d4943aab98535ff1c132083f0d97d05cf8edb4 /meson.build | |
parent | 2a966a1d7cc5ff8d50312870cd3045949e55841e (diff) |
This is CrystFEL 0.10.10.10.1
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index 7a5b6ed3..604b70a2 100644 --- a/meson.build +++ b/meson.build @@ -1,11 +1,11 @@ # Meson file for CrystFEL project('crystfel', 'c', - version: '0.10.0', + version: '0.10.1', license: 'GPL3+', meson_version: '>=0.55.0', default_options: ['buildtype=debugoptimized']) -libcrystfel_api_version = 14 +libcrystfel_api_version = 15 add_project_arguments('-DHAVE_CONFIG_H', language: 'c') |