Bump version for release

This commit is contained in:
fincs 2017-01-16 16:45:09 +01:00
parent 642545d2e2
commit c666893b2e

View File

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