Skip to content

Commit 3413f12

Browse files
committed
Set LFS_VERSION to v0.0
Like the LFS_DISK_VERSION, the intention is to mark the current driver as experimental. Just in case...
1 parent 6d4248c commit 3413f12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lfs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Software library version
1717
// Major (top-nibble), incremented on backwards incompatible changes
1818
// Minor (bottom-nibble), incremented on feature additions
19-
#define LFS_VERSION 0x00020005
19+
#define LFS_VERSION 0x00000000
2020
#define LFS_VERSION_MAJOR (0xffff & (LFS_VERSION >> 16))
2121
#define LFS_VERSION_MINOR (0xffff & (LFS_VERSION >> 0))
2222

0 commit comments

Comments
 (0)