aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2020-10-09 10:47:25 +0100
committerNikolaus Rath <Nikolaus@rath.org>2020-10-09 10:47:25 +0100
commit0105e061b97a97d9836128aea5bcdfc9593c9b82 (patch)
tree5b26ed5a34ba99e62a6332ee8021006e5a85b225 /meson.build
parentf54eb86e9a0b596dfeceb18277efa8f840d85919 (diff)
downloadlibfuse-0105e061b97a97d9836128aea5bcdfc9593c9b82.tar.gz
Released 3.10.0
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index e83d441..71ec6de 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('libfuse3', ['c'], version: '3.9.3',
+project('libfuse3', ['c'], version: '3.10.0',
meson_version: '>= 0.42',
default_options: [ 'buildtype=debugoptimized' ])