aboutsummaryrefslogtreecommitdiff
path: root/include/fuse.h
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <mszeredi@suse.cz>2012-07-19 18:40:11 +0200
committerGravatar Miklos Szeredi <mszeredi@suse.cz>2012-07-19 18:40:11 +0200
commit2b4b5cc5449264448bce77bfb6788f1b675bf2fd (patch)
tree45214893ce924d4aef41629731ddd1df7024d4a5 /include/fuse.h
parent1186ccaa8d5f0fb3fed384781ec9e89dd8060202 (diff)
Start of 3.0 series
Change the version numbers. This is going to be a new major version of the library breaking backward compatibility on the binary level as well as the source level.
Diffstat (limited to 'include/fuse.h')
-rw-r--r--include/fuse.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/include/fuse.h b/include/fuse.h
index c657e67..fb5b48b 100644
--- a/include/fuse.h
+++ b/include/fuse.h
@@ -13,16 +13,9 @@
*
* This file defines the library interface of FUSE
*
- * 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 21 (default) 22
- * or 25, to use the even older 1.X API define it to 11.
+ * IMPORTANT: you should define FUSE_USE_VERSION before including this header.
*/
-#ifndef FUSE_USE_VERSION
-#define FUSE_USE_VERSION 21
-#endif
-
#include "fuse_common.h"
#include <fcntl.h>