Skip to content

Commit

Permalink
Bumped minor version to v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
geky committed Jul 27, 2018
1 parent f5e0539 commit 510cd13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lfs.h
Expand Up @@ -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 0x00010005
#define LFS_VERSION 0x00010006
#define LFS_VERSION_MAJOR (0xffff & (LFS_VERSION >> 16))
#define LFS_VERSION_MINOR (0xffff & (LFS_VERSION >> 0))

Expand Down

0 comments on commit 510cd13

Please sign in to comment.