aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-16 15:31:54 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-16 15:31:54 -0700
commit47c5e445c7e708c97133110ec5a290e1af7bdd49 (patch)
tree99e4d6b67f68b6ad09ae7e5cfc805c4a7bd00f2a /include
parent1c08ee91f68220c1904efbb278f6641403380474 (diff)
Default to FUSE_USE_VERSION 30
Diffstat (limited to 'include')
-rw-r--r--include/fuse_lowlevel.h7
1 files changed, 3 insertions, 4 deletions
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"