From 4e02e27222cd4e5e3e5a0999b70f50650105745c Mon Sep 17 00:00:00 2001 From: fincs Date: Thu, 16 Jul 2020 16:13:45 +0200 Subject: [PATCH] Bump version for release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 34e8cd4..9a3862d 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ include $(DEVKITARM)/3ds_rules export CITRO3D_MAJOR := 1 export CITRO3D_MINOR := 6 -export CITRO3D_PATCH := 0 +export CITRO3D_PATCH := 1 VERSION := $(CITRO3D_MAJOR).$(CITRO3D_MINOR).$(CITRO3D_PATCH)