From 3d4e4f2085493f28247fc1397dac09c72d2f2230 Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Mon, 18 Jan 2021 20:23:54 -0600 Subject: [PATCH] Bumped minor version to v2.4 --- lfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs.h b/lfs.h index c7ec6d3..ad49162 100644 --- a/lfs.h +++ b/lfs.h @@ -22,7 +22,7 @@ extern "C" // Software library version // Major (top-nibble), incremented on backwards incompatible changes // Minor (bottom-nibble), incremented on feature additions -#define LFS_VERSION 0x00020003 +#define LFS_VERSION 0x00020004 #define LFS_VERSION_MAJOR (0xffff & (LFS_VERSION >> 16)) #define LFS_VERSION_MINOR (0xffff & (LFS_VERSION >> 0))