Skip to content

Commit

Permalink
libnx v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterMute committed Apr 2, 2023
1 parent 4c0991d commit cbb49e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cbb49e2

Please sign in to comment.