diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2023-06-09 10:36:28 +0100 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2023-06-09 10:36:28 +0100 |
commit | 6d08472ea47db895748d5ca7d3daf032c3fefcf8 (patch) | |
tree | 88607bfb3fd49b241a7d4756fbefa16d79811d47 /meson.build | |
parent | e0041ada71d923e5babe5f9a0df6da31a6dbd039 (diff) | |
download | libfuse-6d08472ea47db895748d5ca7d3daf032c3fefcf8.tar.gz |
Released 3.15.0
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 288e7fc..7aa4e0d 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('libfuse3', ['c'], version: '3.14.1', +project('libfuse3', ['c'], version: '3.15.0', meson_version: '>= 0.51', default_options: [ 'buildtype=debugoptimized', |