From 22a9bac493f51c8ae0d4bb42b87a68a8b14d0f97 Mon Sep 17 00:00:00 2001 From: fincs Date: Thu, 13 Jul 2017 22:02:56 +0200 Subject: [PATCH] Bump version for release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 17d6ae1..59fc1be 100644 --- a/Makefile +++ b/Makefile @@ -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)