Skip to content

Commit a942cdb

Browse files
committed
Bumped minor version to v2.7
1 parent 225fc31 commit a942cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lfs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ extern "C"
2121
// Software library version
2222
// Major (top-nibble), incremented on backwards incompatible changes
2323
// Minor (bottom-nibble), incremented on feature additions
24-
#define LFS_VERSION 0x00020006
24+
#define LFS_VERSION 0x00020007
2525
#define LFS_VERSION_MAJOR (0xffff & (LFS_VERSION >> 16))
2626
#define LFS_VERSION_MINOR (0xffff & (LFS_VERSION >> 0))
2727

0 commit comments

Comments
 (0)