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>2019-07-29 08:53:55 +0300
committerChristopher Haster <chaster@utexas.edu>2019-07-29 09:42:28 +0300
commitdb054684a67956c5b86101dd70018accf284be2f (patch)
treee5050a62fad8de9251f9ae294c09cc84a69e59a9 /lfs.h
parent7872918ec89b23324345fc486163bcc1898fba76 (diff)
Bump version to v2.1v2.1.0
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 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))