Bump version for release

This commit is contained in:
fincs 2017-07-13 22:02:56 +02:00
parent 52702d1f9f
commit 22a9bac493

View File

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