bump version for release

This commit is contained in:
Dave Murphy 2019-10-02 13:05:40 +01:00
parent 8e73fa12f3
commit 1b5262249b

View File

@ -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)