mirror of
https://gitee.com/openharmony/third_party_littlefs
synced 2025-02-20 16:00:38 +00:00
Bumped minor version to v2.2
This commit is contained in:
parent
5137e4b0ba
commit
6622f3deee
2
lfs.h
2
lfs.h
@ -21,7 +21,7 @@ extern "C"
|
||||
// Software library version
|
||||
// Major (top-nibble), incremented on backwards incompatible changes
|
||||
// Minor (bottom-nibble), incremented on feature additions
|
||||
#define LFS_VERSION 0x00020001
|
||||
#define LFS_VERSION 0x00020002
|
||||
#define LFS_VERSION_MAJOR (0xffff & (LFS_VERSION >> 16))
|
||||
#define LFS_VERSION_MINOR (0xffff & (LFS_VERSION >> 0))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user