From 510cd13df99843174899aa3ddabcbc889c7872e8 Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Fri, 27 Jul 2018 15:59:18 -0500 Subject: [PATCH] Bumped minor version to v1.6 --- lfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs.h b/lfs.h index cb7222c7..7dd36046 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))