From db054684a67956c5b86101dd70018accf284be2f Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Mon, 29 Jul 2019 00:53:55 -0500 Subject: [PATCH] Bump version to v2.1 --- lfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs.h b/lfs.h index 64d4f0a..04054e9 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 0x00020000 +#define LFS_VERSION 0x00020001 #define LFS_VERSION_MAJOR (0xffff & (LFS_VERSION >> 16)) #define LFS_VERSION_MINOR (0xffff & (LFS_VERSION >> 0))