From: Nikolaus Rath Date: Sun, 16 Oct 2016 22:31:54 +0000 (-0700) Subject: Default to FUSE_USE_VERSION 30 X-Git-Tag: fuse-3.0.0rc1~31 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=47c5e445c7e708c97133110ec5a290e1af7bdd49;p=qemu-gpiodev%2Flibfuse.git Default to FUSE_USE_VERSION 30 --- diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h index d3b3e35..db15083 100644 --- a/include/fuse_lowlevel.h +++ b/include/fuse_lowlevel.h @@ -14,13 +14,12 @@ * Low level API * * IMPORTANT: you should define FUSE_USE_VERSION before including this - * header. To use the newest API define it to 26 (recommended for any - * new application), to use the old API define it to 24 (default) or - * 25 + * header. To use the newest API define it to 30 (recommended for any + * new application). */ #ifndef FUSE_USE_VERSION -#define FUSE_USE_VERSION 24 +#define FUSE_USE_VERSION 30 #endif #include "fuse_common.h"