We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e0539 commit 510cd13Copy full SHA for 510cd13
lfs.h
@@ -21,7 +21,7 @@ extern "C"
21
// Software library version
22
// Major (top-nibble), incremented on backwards incompatible changes
23
// Minor (bottom-nibble), incremented on feature additions
24
-#define LFS_VERSION 0x00010005
+#define LFS_VERSION 0x00010006
25
#define LFS_VERSION_MAJOR (0xffff & (LFS_VERSION >> 16))
26
#define LFS_VERSION_MINOR (0xffff & (LFS_VERSION >> 0))
27
0 commit comments