We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d4248c commit 3413f12Copy full SHA for 3413f12
1 file changed
lfs.h
@@ -16,7 +16,7 @@
16
// Software library version
17
// Major (top-nibble), incremented on backwards incompatible changes
18
// Minor (bottom-nibble), incremented on feature additions
19
-#define LFS_VERSION 0x00020005
+#define LFS_VERSION 0x00000000
20
#define LFS_VERSION_MAJOR (0xffff & (LFS_VERSION >> 16))
21
#define LFS_VERSION_MINOR (0xffff & (LFS_VERSION >> 0))
22
0 commit comments