From 1358ca3e7ce861af7b01852ee8a87ded5117a3a9 Mon Sep 17 00:00:00 2001 From: fincs Date: Wed, 6 Jan 2016 19:54:36 +0100 Subject: [PATCH] Bump version to v1.1.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9f2f582..0bf9221 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ endif include $(DEVKITARM)/3ds_rules export CITRO3D_MAJOR := 1 -export CITRO3D_MINOR := 0 +export CITRO3D_MINOR := 1 export CITRO3D_PATCH := 0 VERSION := $(CITRO3D_MAJOR).$(CITRO3D_MINOR).$(CITRO3D_PATCH)