From cbb49e2ce088f105ebc99fd24547b4d98f291e29 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Sun, 2 Apr 2023 16:57:13 +0100 Subject: [PATCH] libnx v4.3.0 --- nx/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nx/Makefile b/nx/Makefile index 62f31eb5..74af4db5 100644 --- a/nx/Makefile +++ b/nx/Makefile @@ -9,8 +9,8 @@ endif include $(DEVKITPRO)/devkitA64/base_rules export LIBNX_MAJOR := 4 -export LIBNX_MINOR := 2 -export LIBNX_PATCH := 2 +export LIBNX_MINOR := 3 +export LIBNX_PATCH := 0 VERSION := $(LIBNX_MAJOR).$(LIBNX_MINOR).$(LIBNX_PATCH)