Bump version for release

This commit is contained in:
fincs 2020-05-10 01:18:22 +02:00
parent dcb3aac861
commit 7999093588
No known key found for this signature in database
GPG Key ID: 62C7609ADA219C60

View File

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