diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2023-01-13 10:33:35 +0000 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2023-01-13 10:33:35 +0000 |
commit | 9acd183460656bffa6672e85a413b5b4f80bce5e (patch) | |
tree | 0d63d4d9674c139121e868346a819e53dbcbfac3 /meson.build | |
parent | c67b9219cfe132809555ad5a04c3e13c7cde70ed (diff) | |
download | libfuse-9acd183460656bffa6672e85a413b5b4f80bce5e.tar.gz |
Released 3.13.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 c0acb37..d1b2ae0 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('libfuse3', ['c'], version: '3.12.0', +project('libfuse3', ['c'], version: '3.13.0', meson_version: '>= 0.42', default_options: [ 'buildtype=debugoptimized', |