From 064fd5560f95c4f012b643f276eb68b0e26232ea Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Thu, 4 Aug 2016 14:02:59 -0400 Subject: [PATCH] bump FUSE_USE_VERSION to 29 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a60397e4..cbc7d5dd 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ CFLAGS = -g -Wall \ $(OPTS) \ -Wno-unused-result \ $(FUSE_CFLAGS) \ - -DFUSE_USE_VERSION=26 \ + -DFUSE_USE_VERSION=29 \ -MMD \ -DFLAG_NOPATH=$(FLAG_NOPATH) \ -DFALLOCATE=$(FALLOCATE) \