bump version

This commit is contained in:
Dave Murphy 2015-02-19 18:51:05 +00:00
parent 8ac08bad4e
commit d9552e95dc

View File

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