libnx v4.3.0

This commit is contained in:
Dave Murphy 2023-04-02 16:57:13 +01:00
parent 4c0991dd88
commit cbb49e2ce0
No known key found for this signature in database
GPG Key ID: F7FD5492264BB9D0

View File

@ -9,8 +9,8 @@ endif
include $(DEVKITPRO)/devkitA64/base_rules include $(DEVKITPRO)/devkitA64/base_rules
export LIBNX_MAJOR := 4 export LIBNX_MAJOR := 4
export LIBNX_MINOR := 2 export LIBNX_MINOR := 3
export LIBNX_PATCH := 2 export LIBNX_PATCH := 0
VERSION := $(LIBNX_MAJOR).$(LIBNX_MINOR).$(LIBNX_PATCH) VERSION := $(LIBNX_MAJOR).$(LIBNX_MINOR).$(LIBNX_PATCH)