From 3d0386489b0a6f7fd1986e4ca4f60c49f9186401 Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Wed, 11 Dec 2024 16:23:10 -0600 Subject: [PATCH] Bumped minor version to v2.10 --- lfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs.h b/lfs.h index 84738973..45315603 100644 --- a/lfs.h +++ b/lfs.h @@ -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 0x00020009 +#define LFS_VERSION 0x0002000a #define LFS_VERSION_MAJOR (0xffff & (LFS_VERSION >> 16)) #define LFS_VERSION_MINOR (0xffff & (LFS_VERSION >> 0))