update version for release

This commit is contained in:
Dave Murphy 2017-09-28 22:51:41 +01:00
parent ba3d6db43d
commit e7b04a73a0

View File

@ -6,7 +6,7 @@ export TOPDIR := $(CURDIR)
export LIBFAT_MAJOR := 1
export LIBFAT_MINOR := 1
export LIBFAT_PATCH := 1
export LIBFAT_PATCH := 2
export VERSTRING := $(LIBFAT_MAJOR).$(LIBFAT_MINOR).$(LIBFAT_PATCH)