Skip to content

Commit

Permalink
add_project_dependencies requires meson 0.63, bump dep
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Metzler <[email protected]>
  • Loading branch information
Andreas Metzler committed Dec 30, 2023
1 parent fc4298f commit 568c8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project('p11-kit', 'c',
version: '0.25.3',
meson_version: '>= 0.51')
meson_version: '>= 0.63')

version_arr = meson.project_version().split('.')
major_version = version_arr[0].to_int()
Expand Down

0 comments on commit 568c8f0

Please sign in to comment.