aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorBernd Schubert <bernd@bsbernd.com>2025-03-24 11:40:21 +0100
committerBernd Schubert <bernd@bsbernd.com>2025-03-24 13:25:30 +0100
commit15bb63bbebc7bd11871f60e9c535035e158eb065 (patch)
tree80451d87f445eedaba7c961fc27048f51e8c6b24 /meson.build
parentf52f71df3373185c4d18414aad57c4e8995a4393 (diff)
downloadlibfuse-15bb63bbebc7bd11871f60e9c535035e158eb065.tar.gz
Release version 3.17.1
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
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 1d961d0..494bb3d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libfuse3', ['c'],
- version: '3.17.1-rc1', # Version with RC suffix
+ version: '3.17.1',
meson_version: '>= 0.51.0',
default_options: [
'buildtype=debugoptimized',