From 2b4b5cc5449264448bce77bfb6788f1b675bf2fd Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 19 Jul 2012 18:40:11 +0200 Subject: 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. --- example/fusexmp_fh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/fusexmp_fh.c') diff --git a/example/fusexmp_fh.c b/example/fusexmp_fh.c index 1ba9dbc..2b0f616 100644 --- a/example/fusexmp_fh.c +++ b/example/fusexmp_fh.c @@ -9,7 +9,7 @@ gcc -Wall fusexmp_fh.c `pkg-config fuse --cflags --libs` -lulockmgr -o fusexmp_fh */ -#define FUSE_USE_VERSION 26 +#define FUSE_USE_VERSION 30 #ifdef HAVE_CONFIG_H #include -- cgit v1.2.3