From 639eb8600eed9d5f1ef83cc3bef2483f32043ebc Mon Sep 17 00:00:00 2001 From: fincs Date: Fri, 5 Mar 2021 23:31:41 +0100 Subject: [PATCH] libnx v4.0.1 (interim release) --- nx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/Makefile b/nx/Makefile index 4c10e778..82f15e2d 100644 --- a/nx/Makefile +++ b/nx/Makefile @@ -10,7 +10,7 @@ include $(DEVKITPRO)/devkitA64/base_rules export LIBNX_MAJOR := 4 export LIBNX_MINOR := 0 -export LIBNX_PATCH := 0 +export LIBNX_PATCH := 1 VERSION := $(LIBNX_MAJOR).$(LIBNX_MINOR).$(LIBNX_PATCH)