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:
abdd45f
)
Bump FUSE_MINOR_VERSION
author
Nikolaus Rath
<Nikolaus@rath.org>
Tue, 31 Dec 2019 09:59:28 +0000
(09:59 +0000)
committer
Nikolaus Rath
<Nikolaus@rath.org>
Tue, 31 Dec 2019 09:59:43 +0000
(09:59 +0000)
This was forgotten over several releases.
include/fuse_common.h
patch
|
blob
|
history
diff --git
a/include/fuse_common.h
b/include/fuse_common.h
index 77d4bfec123d5ef09d83bb777b5a63b636b1f762..53d8b8ad26a5e69bc1dc5ed3888e62461be9622c 100644
(file)
--- a/
include/fuse_common.h
+++ b/
include/fuse_common.h
@@
-23,7
+23,7
@@
#define FUSE_MAJOR_VERSION 3
/** Minor version of FUSE library interface */
-#define FUSE_MINOR_VERSION
2
+#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)