aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2020-03-19 20:00:41 +0000
committerNikolaus Rath <Nikolaus@rath.org>2020-03-19 20:00:41 +0000
commitfe484d2d43bad4dafac9fbc1773030cdb4a2d99f (patch)
tree05cf68e02d46102b4b52e980f955a56cb7daa9ae /meson.build
parent3b17db6f7417d5396230bfd56a64cae4e1e2a47c (diff)
downloadlibfuse-fe484d2d43bad4dafac9fbc1773030cdb4a2d99f.tar.gz
Released 3.9.1
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 aad338e..69b3630 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('libfuse3', ['cpp', 'c'], version: '3.9.0',
+project('libfuse3', ['cpp', 'c'], version: '3.9.1',
meson_version: '>= 0.42',
default_options: [ 'buildtype=debugoptimized' ])