new version number for next release

This commit is contained in:
Dave Murphy 2017-02-20 06:47:22 +00:00
parent b3ed60d123
commit 9b99862696

View File

@ -10,7 +10,7 @@ include $(DEVKITARM)/base_rules
export LIBCTRU_MAJOR := 1
export LIBCTRU_MINOR := 2
export LIBCTRU_PATCH := 0
export LIBCTRU_PATCH := 1
VERSION := $(LIBCTRU_MAJOR).$(LIBCTRU_MINOR).$(LIBCTRU_PATCH)