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 9d51a94 commit c22c354Copy full SHA for c22c354
.gitignore
@@ -1,3 +1,4 @@
1
+.*/
2
*~
3
*.3dsx
4
*.elf
Makefile
@@ -9,7 +9,7 @@ endif
9
include $(DEVKITARM)/3ds_rules
10
11
export CITRO3D_MAJOR := 1
12
-export CITRO3D_MINOR := 4
+export CITRO3D_MINOR := 5
13
export CITRO3D_PATCH := 0
14
15
VERSION := $(CITRO3D_MAJOR).$(CITRO3D_MINOR).$(CITRO3D_PATCH)
0 commit comments