aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorBernd Schubert <bernd@bsbernd.com>2025-02-18 22:46:03 +0100
committerBernd Schubert <bernd@bsbernd.com>2025-02-18 23:36:35 +0100
commit97a2e538d7b11e2480b8b90f60e505cb0aa28428 (patch)
tree45132f9a5c6e496b7a8efb244b81a7b04a9fdeb8 /meson.build
parentd7507b4d6f1d126c0bd25dd947a40d9f064658cf (diff)
downloadlibfuse-97a2e538d7b11e2480b8b90f60e505cb0aa28428.tar.gz
Released fuse-3.17.1-rc1
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index e191fc6..c747a07 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.17.1-rc1', # Version with RC suffix
meson_version: '>= 0.51.0',
default_options: [
'buildtype=debugoptimized',