Bump version for release

This commit is contained in:
fincs 2019-01-02 00:29:47 +01:00
parent 9d51a9445d
commit c22c354f1a
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
.*/
*~
*.3dsx
*.elf

View File

@ -9,7 +9,7 @@ endif
include $(DEVKITARM)/3ds_rules
export CITRO3D_MAJOR := 1
export CITRO3D_MINOR := 4
export CITRO3D_MINOR := 5
export CITRO3D_PATCH := 0
VERSION := $(CITRO3D_MAJOR).$(CITRO3D_MINOR).$(CITRO3D_PATCH)