diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2022-05-02 10:11:41 +0100 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2022-05-02 10:11:41 +0100 |
commit | a56147d3cb269d64635408ab5588ad66eba43943 (patch) | |
tree | 2f112fdf132313953ecf4647e39306bfe7596cde /meson.build | |
parent | 96ad05c8e12bae3c53401d4a856c168ef6c04345 (diff) | |
download | libfuse-a56147d3cb269d64635408ab5588ad66eba43943.tar.gz |
Released 3.11.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 8a6587b..342dee1 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('libfuse3', ['c'], version: '3.10.5', +project('libfuse3', ['c'], version: '3.11.0', meson_version: '>= 0.42', default_options: [ 'buildtype=debugoptimized', |