diff --git a/nx/Makefile b/nx/Makefile index 4c10e7786..82f15e2d0 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)