From 65eeb589a63baf51703c992a0d9dc8c3c080024e Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 16 Apr 2024 17:11:35 +0200 Subject: This is CrystFEL 0.11.0 --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meson.build') 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') -- cgit v1.2.3