diff options
author | Bernd Schubert <bernd@bsbernd.com> | 2025-02-18 23:50:12 +0100 |
---|---|---|
committer | Bernd Schubert <bernd@bsbernd.com> | 2025-02-19 00:37:42 +0100 |
commit | 26b0e0ee2522d88a093204433aad72da0d44cb26 (patch) | |
tree | 02417e2aaf31b30739055c106c7dc2e1502e4304 | |
parent | c389e09f3564f52ac0cf10719915347e57053b00 (diff) | |
download | libfuse-26b0e0ee2522d88a093204433aad72da0d44cb26.tar.gz |
Update meson.build for master branch to 3.18
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index e191fc6..0487639 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libfuse3', ['c'], - version: '3.17.1-rc0', # Version with RC suffix + version: '3.18.0-rc0', # Version with RC suffix meson_version: '>= 0.51.0', default_options: [ 'buildtype=debugoptimized', |