We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 890520f commit 36bb668Copy full SHA for 36bb668
1 file changed
Makefile
@@ -9,8 +9,8 @@ endif
9
include $(DEVKITARM)/3ds_rules
10
11
export CITRO2D_MAJOR := 1
12
-export CITRO2D_MINOR := 3
13
-export CITRO2D_PATCH := 1
+export CITRO2D_MINOR := 4
+export CITRO2D_PATCH := 0
14
15
VERSION := $(CITRO2D_MAJOR).$(CITRO2D_MINOR).$(CITRO2D_PATCH)
16
0 commit comments