Bumped minor version to v2.8

This commit is contained in:
Christopher Haster 2023-09-21 13:02:09 -05:00
parent 0eb52a2df1
commit f91c5bd687
1 changed files with 1 additions and 1 deletions

2
lfs.h
View File

@ -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 0x00020007
#define LFS_VERSION 0x00020008
#define LFS_VERSION_MAJOR (0xffff & (LFS_VERSION >> 16))
#define LFS_VERSION_MINOR (0xffff & (LFS_VERSION >> 0))