libnx v4.0.1 (interim release)

This commit is contained in:
fincs 2021-03-05 23:31:41 +01:00
parent 5513dbbcfc
commit 639eb8600e
No known key found for this signature in database
GPG Key ID: 62C7609ADA219C60

View File

@ -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)