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

@ -1,12 +1,12 @@
ifeq ($(strip $(DEVKITPRO)),)
$(error "Please set DEVKITPRO in your environment. export DEVKITPRO=<path to>devkitPro)
endif
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)