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>2020-03-30 05:43:58 +0300
committerChristopher Haster <chaster@utexas.edu>2020-03-30 05:43:58 +0300
commit6622f3deee004ff0002a53437ea2b221e18452bf (patch)
tree1aca271bdcd4390c29fc91949ee41b8dfdda7a44 /lfs.h
parent5137e4b0bab12a2d88c1e960acc1acf0f278563f (diff)
Bumped minor version to v2.2
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 a7bd186..35bbbab 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 0x00020001
+#define LFS_VERSION 0x00020002
#define LFS_VERSION_MAJOR (0xffff & (LFS_VERSION >> 16))
#define LFS_VERSION_MINOR (0xffff & (LFS_VERSION >> 0))