From 148e312ea3e62e4405be37d1b6fc46a0e2e00e94 Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Wed, 13 Apr 2022 22:47:43 -0500 Subject: [PATCH] Bumped minor version to v2.5 --- lfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs.h b/lfs.h index ebabd21c..3fc1e982 100644 --- a/lfs.h +++ b/lfs.h @@ -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))