diff --git a/nx/Makefile b/nx/Makefile index 62f31eb5c..74af4db56 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)