From d9552e95dc3582ecb4b0ae2ecf62eb06f2c1f05e Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Thu, 19 Feb 2015 18:51:05 +0000 Subject: [PATCH] bump version --- libctru/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)