Set LFS_VERSION to v0.0

Like the LFS_DISK_VERSION, the intention is to mark the current driver
as experimental.

Just in case...
This commit is contained in:
Christopher Haster 2025-05-27 21:38:13 -05:00
parent 6d4248c685
commit 3413f125d8

2
lfs.h
View File

@ -16,7 +16,7 @@
// Software library version
// Major (top-nibble), incremented on backwards incompatible changes
// Minor (bottom-nibble), incremented on feature additions
#define LFS_VERSION 0x00020005
#define LFS_VERSION 0x00000000
#define LFS_VERSION_MAJOR (0xffff & (LFS_VERSION >> 16))
#define LFS_VERSION_MINOR (0xffff & (LFS_VERSION >> 0))