Bump version for release
This commit is contained in:
parent
9d51a9445d
commit
c22c354f1a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
|
.*/
|
||||||
*~
|
*~
|
||||||
*.3dsx
|
*.3dsx
|
||||||
*.elf
|
*.elf
|
||||||
|
2
Makefile
2
Makefile
@ -9,7 +9,7 @@ endif
|
|||||||
include $(DEVKITARM)/3ds_rules
|
include $(DEVKITARM)/3ds_rules
|
||||||
|
|
||||||
export CITRO3D_MAJOR := 1
|
export CITRO3D_MAJOR := 1
|
||||||
export CITRO3D_MINOR := 4
|
export CITRO3D_MINOR := 5
|
||||||
export CITRO3D_PATCH := 0
|
export CITRO3D_PATCH := 0
|
||||||
|
|
||||||
VERSION := $(CITRO3D_MAJOR).$(CITRO3D_MINOR).$(CITRO3D_PATCH)
|
VERSION := $(CITRO3D_MAJOR).$(CITRO3D_MINOR).$(CITRO3D_PATCH)
|
||||||
|
Loading…
Reference in New Issue
Block a user