projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f41e8f
)
bump the API version as well to 2.9
author
Miklos Szeredi
<miklos@szeredi.hu>
Wed, 10 Nov 2010 10:41:21 +0000
(11:41 +0100)
committer
Miklos Szeredi
<mszeredi@suse.cz>
Wed, 10 Nov 2010 10:41:21 +0000
(11:41 +0100)
include/fuse_common.h
patch
|
blob
|
history
diff --git
a/include/fuse_common.h
b/include/fuse_common.h
index 625a5363f5eb28377749dd809612905421e8130d..ea8974d3f68f8ed52fc175860843c2464b42361a 100644
(file)
--- 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)