From a039f8fa00c1aea3291a16253f94aaa98389fdbd Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 24 Feb 2006 16:21:58 +0000 Subject: fix --- include/fuse.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/fuse.h') diff --git a/include/fuse.h b/include/fuse.h index a7182ac..b6ecaef 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -12,9 +12,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 25 (recommended for any - new application), to use the old API define it to 21 (default) or - 22, to use the even older 1.X API define it to 11. */ + 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. */ #ifndef FUSE_USE_VERSION #define FUSE_USE_VERSION 21 -- cgit v1.2.3