From 1b5262249b064387166668572e995973e1cfef84 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Wed, 2 Oct 2019 13:05:40 +0100 Subject: [PATCH] bump version for release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b9064e8..1106055 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ export TOPDIR := $(CURDIR) export LIBFAT_MAJOR := 1 export LIBFAT_MINOR := 1 -export LIBFAT_PATCH := 3 +export LIBFAT_PATCH := 4 export VERSTRING := $(LIBFAT_MAJOR).$(LIBFAT_MINOR).$(LIBFAT_PATCH)