Bump version for release

This commit is contained in:
fincs 2017-09-23 17:10:44 +02:00
parent 4ada36b6cd
commit 082746e2a4

View File

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