summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--METADATA4
-rw-r--r--README.md2
-rw-r--r--meson.build2
3 files changed, 4 insertions, 4 deletions
diff --git a/METADATA b/METADATA
index 9a45a95..78a08d4 100644
--- a/METADATA
+++ b/METADATA
@@ -12,7 +12,7 @@ third_party {
type: GIT
value: "https://github.com/libfuse/libfuse.git"
}
- version: "fuse-3.6.2"
- last_upgrade_date { year: 2019 month: 7 day: 19 }
+ version: "fuse-3.8.0"
+ last_upgrade_date { year: 2019 month: 11 day: 6 }
license_type: RESTRICTED_IF_STATICALLY_LINKED
}
diff --git a/README.md b/README.md
index 8fd40f5..f0f48c4 100644
--- a/README.md
+++ b/README.md
@@ -89,7 +89,7 @@ allow normal users to mount their own filesystem implementations.
To limit the harm that malicious users can do this way, *fusermount3*
enforces the following limitations:
- - The user can only mount on a mountpoint for which he has write
+ - The user can only mount on a mountpoint for which they have write
permission
- The mountpoint must not be a sticky directory which isn't owned by
diff --git a/meson.build b/meson.build
index f101d82..0f1a77f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('libfuse3', ['cpp', 'c'], version: '3.6.2',
+project('libfuse3', ['cpp', 'c'], version: '3.8.0',
meson_version: '>= 0.42',
default_options: [ 'buildtype=debugoptimized' ])