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 <chaster@utexas.edu>2018-07-27 23:59:18 +0300
committerChristopher Haster <chaster@utexas.edu>2018-07-27 23:59:18 +0300
commit510cd13df99843174899aa3ddabcbc889c7872e8 (patch)
treeabacc8450e43306fee3666910fb8701ba2661dd5
parentf5e0539951dd40f574030663c730bb10c171ff92 (diff)
Bumped minor version to v1.6v1.6.0
-rw-r--r--lfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lfs.h b/lfs.h
index cb7222c..7dd3604 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 0x00010005
+#define LFS_VERSION 0x00010006
#define LFS_VERSION_MAJOR (0xffff & (LFS_VERSION >> 16))
#define LFS_VERSION_MINOR (0xffff & (LFS_VERSION >> 0))