Bumped minor version to v2.5

This commit is contained in:
Christopher Haster
2022-04-13 22:47:43 -05:00
parent abbfe8e92e
commit 148e312ea3

2
lfs.h
View File

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