diff options
author | Bernd Schubert <bernd@bsbernd.com> | 2025-07-16 22:12:48 +0200 |
---|---|---|
committer | Bernd Schubert <bernd@bsbernd.com> | 2025-07-16 23:38:59 +0200 |
commit | b0c7295005fa0c944155253113a5fa046515fed3 (patch) | |
tree | a90b571fa321a6d9ca1ec0dea57c829da42dfa61 /meson.build | |
parent | 9385e82e0e64e028ea58aa9a221e6c358c187204 (diff) | |
download | libfuse-b0c7295005fa0c944155253113a5fa046515fed3.tar.gz |
Increase version to 3.17.3
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 d3d236d..4e7c0a1 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libfuse3', ['c'], - version: '3.17.2', + version: '3.17.3', meson_version: '>= 0.60.0', default_options: [ 'buildtype=debugoptimized', |