From 088d236f4b9f249dd636068c7eb5f4ae057bca25 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Sun, 3 Nov 2024 20:40:35 +0000 Subject: [PATCH] libctru 2.4.1 --- libctru/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libctru/Makefile b/libctru/Makefile index 3f277e1..1ae6023 100644 --- a/libctru/Makefile +++ b/libctru/Makefile @@ -10,7 +10,7 @@ include $(DEVKITARM)/base_rules export LIBCTRU_MAJOR := 2 export LIBCTRU_MINOR := 4 -export LIBCTRU_PATCH := 0 +export LIBCTRU_PATCH := 1 VERSION := $(LIBCTRU_MAJOR).$(LIBCTRU_MINOR).$(LIBCTRU_PATCH)