diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2023-03-26 11:44:40 +0100 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2023-03-26 11:44:40 +0100 |
commit | d8d1f84200ca559b202d331ebe001224c2de9be5 (patch) | |
tree | e456d83922ecf43658154a860b7e6e31cd5f8a38 /meson.build | |
parent | 024eccbfa5c71a1c927e83753c26c1e6a738708f (diff) | |
download | libfuse-d8d1f84200ca559b202d331ebe001224c2de9be5.tar.gz |
Released 3.14.1
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 97de31b..ac4dfb9 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('libfuse3', ['c'], version: '3.14.0', +project('libfuse3', ['c'], version: '3.14.1', meson_version: '>= 0.50', default_options: [ 'buildtype=debugoptimized', |