Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/littlefs-project/littlefs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lfs.h
diff options
context:
space:
mode:
authorChristopher Haster <chaster@utexas.edu>2021-01-19 05:23:54 +0300
committerGitHub <noreply@github.com>2021-01-19 05:23:54 +0300
commit3d4e4f2085493f28247fc1397dac09c72d2f2230 (patch)
tree6630b94dabc14aadf39a6dec1a1b82b7cb355c2d /lfs.h
parenta2c744c8f87c9fc0785bcf89f7f7fec6bedc57ab (diff)
Bumped minor version to v2.4
Diffstat (limited to 'lfs.h')
-rw-r--r--lfs.h2
1 files changed, 1 insertions, 1 deletions
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))