aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Schubert <bernd@bsbernd.com>2025-02-18 23:50:12 +0100
committerBernd Schubert <bernd@bsbernd.com>2025-02-19 00:37:42 +0100
commit26b0e0ee2522d88a093204433aad72da0d44cb26 (patch)
tree02417e2aaf31b30739055c106c7dc2e1502e4304
parentc389e09f3564f52ac0cf10719915347e57053b00 (diff)
downloadlibfuse-26b0e0ee2522d88a093204433aad72da0d44cb26.tar.gz
Update meson.build for master branch to 3.18
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
-rw-r--r--meson.build2
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',