diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2019-11-03 09:53:39 +0000 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2019-11-03 09:53:39 +0000 |
commit | 4afe7ca1e8932b39805acd0321d7decdee616e30 (patch) | |
tree | c2ce698da0044fa91ec2646090d3a85cd6261fa2 /meson.build | |
parent | d735af94fa54a5555ce725f1d4e6b97b812b6603 (diff) | |
download | libfuse-4afe7ca1e8932b39805acd0321d7decdee616e30.tar.gz |
Released 3.8.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 b71baba..0f1a77f 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('libfuse3', ['cpp', 'c'], version: '3.7.0', +project('libfuse3', ['cpp', 'c'], version: '3.8.0', meson_version: '>= 0.42', default_options: [ 'buildtype=debugoptimized' ]) |