diff options
author | Bernd Schubert <bernd@bsbernd.com> | 2025-08-12 17:19:12 +0200 |
---|---|---|
committer | Bernd Schubert <bernd@bsbernd.com> | 2025-08-19 20:07:15 +0200 |
commit | ddcb1a075995500bd6c91327a1dfcee346acd075 (patch) | |
tree | 05a652f89a83afb86295e377c4f826da6610bb4b /meson.build | |
parent | 8c8a62b1ef8b22641325ed8584d0e23e039ac42d (diff) | |
download | libfuse-ddcb1a075995500bd6c91327a1dfcee346acd075.tar.gz |
Release 3.17.4
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
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 12a881e..f5834aa 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libfuse3', ['c'], - version: '3.17.3', + version: '3.17.4', meson_version: '>= 0.60.0', default_options: [ 'buildtype=debugoptimized', |