Skip to content

Commit cbb49e2

Browse files
committed
libnx v4.3.0
1 parent 4c0991d commit cbb49e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nx/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ endif
99
include $(DEVKITPRO)/devkitA64/base_rules
1010

1111
export LIBNX_MAJOR := 4
12-
export LIBNX_MINOR := 2
13-
export LIBNX_PATCH := 2
12+
export LIBNX_MINOR := 3
13+
export LIBNX_PATCH := 0
1414

1515

1616
VERSION := $(LIBNX_MAJOR).$(LIBNX_MINOR).$(LIBNX_PATCH)

0 commit comments

Comments
 (0)