From 119a4b876087168fc57702b678151058977a3529 Mon Sep 17 00:00:00 2001 From: Paul Keith Date: Fri, 2 Mar 2018 05:30:42 +0100 Subject: [PATCH] fs: sdfat: Add -lineage extraversion to SDFAT_VERSION * It has diverged enough to add this to differentiate it Change-Id: I5e43ee01c785acbc5292c6c115a4e083eeeb36a6 Signed-off-by: Paul Keith --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.h b/version.h index e245fe1..c49175c 100644 --- a/version.h +++ b/version.h @@ -22,4 +22,4 @@ /* PURPOSE : sdFAT File Manager */ /* */ /************************************************************************/ -#define SDFAT_VERSION "2.0.6" +#define SDFAT_VERSION "2.0.6-lineage"