From 9b99862696e7b05ee1d415ad33d407174688503f Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Mon, 20 Feb 2017 06:47:22 +0000 Subject: [PATCH] new version number for next release --- libctru/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libctru/Makefile b/libctru/Makefile index 79c0fc9..4dd9a7c 100644 --- a/libctru/Makefile +++ b/libctru/Makefile @@ -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)