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
diff options
context:
space:
mode:
authorChristopher Haster <geky@geky.net>2023-09-21 21:02:09 +0300
committerChristopher Haster <geky@geky.net>2023-09-21 21:02:09 +0300
commitf91c5bd6870395b351af0f0c6d8abd0b3de4845b (patch)
tree06c9a12d1d2b1b93c0e76eca6a8eede72d32f884
parent0eb52a2df1ce6ee7993ba70ef3c9d29a05e03563 (diff)
Bumped minor version to v2.8
-rw-r--r--lfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lfs.h b/lfs.h
index 6535eed..9eeab23 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 0x00020007
+#define LFS_VERSION 0x00020008
#define LFS_VERSION_MAJOR (0xffff & (LFS_VERSION >> 16))
#define LFS_VERSION_MINOR (0xffff & (LFS_VERSION >> 0))