diff options
author | Miklos Szeredi <mszeredi@suse.cz> | 2012-07-19 18:40:11 +0200 |
---|---|---|
committer | Miklos Szeredi <mszeredi@suse.cz> | 2012-07-19 18:40:11 +0200 |
commit | 2b4b5cc5449264448bce77bfb6788f1b675bf2fd (patch) | |
tree | 45214893ce924d4aef41629731ddd1df7024d4a5 /example/cusexmp.c | |
parent | 1186ccaa8d5f0fb3fed384781ec9e89dd8060202 (diff) | |
download | libfuse-2b4b5cc5449264448bce77bfb6788f1b675bf2fd.tar.gz |
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 'example/cusexmp.c')
-rw-r--r-- | example/cusexmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/cusexmp.c b/example/cusexmp.c index 01fcdf7..b69f97c 100644 --- a/example/cusexmp.c +++ b/example/cusexmp.c @@ -9,7 +9,7 @@ gcc -Wall cusexmp.c `pkg-config fuse --cflags --libs` -o cusexmp */ -#define FUSE_USE_VERSION 29 +#define FUSE_USE_VERSION 30 #include <cuse_lowlevel.h> #include <fuse_opt.h> |