Skip to content

littlefs versioning #10

@guillaumerems

Description

@guillaumerems

Hi,

I propose to add a version number to the littlefs lib, for future improvements and new versions.

What about:

#define LFS_VERSION     20180119

int lfs_get_version(void){
    return LFS_VERSION;
}

It will be easier to follow features and issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions