From 8a877e584b645ae66a3d33d07f13141b97046125 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Sun, 5 Nov 2023 11:41:27 +0000 Subject: [PATCH] libctru 2.3.1 --- libctru/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libctru/Makefile b/libctru/Makefile index 77f9e8721..c8373dc80 100644 --- a/libctru/Makefile +++ b/libctru/Makefile @@ -9,8 +9,8 @@ endif include $(DEVKITARM)/base_rules export LIBCTRU_MAJOR := 2 -export LIBCTRU_MINOR := 2 -export LIBCTRU_PATCH := 2 +export LIBCTRU_MINOR := 3 +export LIBCTRU_PATCH := 1 VERSION := $(LIBCTRU_MAJOR).$(LIBCTRU_MINOR).$(LIBCTRU_PATCH)