From: Dave Murphy Date: Thu, 19 Feb 2015 18:51:05 +0000 (+0000) Subject: bump version X-Git-Tag: v0.5.0~27 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=d9552e95dc3582ecb4b0ae2ecf62eb06f2c1f05e;p=corbenik%2Fctrulib.git bump version --- diff --git a/libctru/Makefile b/libctru/Makefile index 8a5c00c..bacf4e3 100644 --- a/libctru/Makefile +++ b/libctru/Makefile @@ -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)