aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2010-11-10 11:41:21 +0100
committerMiklos Szeredi <mszeredi@suse.cz>2010-11-10 11:41:21 +0100
commit1c5b7a861255be681e954373a6ee853ad7cee6b9 (patch)
tree984e38639158684c551660004f7a3199f2e21a7d /include
parent3f41e8f2c3d700930e1e604b2e9116f9f827283f (diff)
downloadandroid_external_fuse-1c5b7a861255be681e954373a6ee853ad7cee6b9.tar.gz
android_external_fuse-1c5b7a861255be681e954373a6ee853ad7cee6b9.tar.bz2
android_external_fuse-1c5b7a861255be681e954373a6ee853ad7cee6b9.zip
bump the API version as well to 2.9
Diffstat (limited to 'include')
-rw-r--r--include/fuse_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fuse_common.h b/include/fuse_common.h
index 625a536..ea8974d 100644
--- a/include/fuse_common.h
+++ b/include/fuse_common.h
@@ -23,7 +23,7 @@
#define FUSE_MAJOR_VERSION 2
/** Minor version of FUSE library interface */
-#define FUSE_MINOR_VERSION 8
+#define FUSE_MINOR_VERSION 9
#define FUSE_MAKE_VERSION(maj, min) ((maj) * 10 + (min))
#define FUSE_VERSION FUSE_MAKE_VERSION(FUSE_MAJOR_VERSION, FUSE_MINOR_VERSION)