diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2023-10-10 08:38:49 +0100 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2023-10-10 08:38:49 +0100 |
commit | 7a92727d97c10290b3501d86a194738973edb61d (patch) | |
tree | 6f3d4c9e41953c99dcb79d53aa11c524ce99517b /meson.build | |
parent | f99b7eba4fba7d1a7a8350aab898691acc60ab6f (diff) | |
download | libfuse-7a92727d97c10290b3501d86a194738973edb61d.tar.gz |
Released fuse-3.16.2
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 b447055..042c19c 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('libfuse3', ['c'], version: '3.16.1', +project('libfuse3', ['c'], version: '3.16.2', meson_version: '>= 0.51', default_options: [ 'buildtype=debugoptimized', |