Skip to content

Commit b6d0b7d

Browse files
committed
citro3d v1.7.0
1 parent bbe09c4 commit b6d0b7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ endif
99
include $(DEVKITARM)/3ds_rules
1010

1111
export CITRO3D_MAJOR := 1
12-
export CITRO3D_MINOR := 6
13-
export CITRO3D_PATCH := 2
12+
export CITRO3D_MINOR := 7
13+
export CITRO3D_PATCH := 0
1414

1515
VERSION := $(CITRO3D_MAJOR).$(CITRO3D_MINOR).$(CITRO3D_PATCH)
1616

0 commit comments

Comments
 (0)