From b6d0b7d876c6f4d4c7001b4b13f167148c2447cf Mon Sep 17 00:00:00 2001 From: fincs Date: Fri, 28 Jan 2022 23:49:36 +0100 Subject: [PATCH] citro3d v1.7.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5467077..8150ea9 100644 --- a/Makefile +++ b/Makefile @@ -9,8 +9,8 @@ endif include $(DEVKITARM)/3ds_rules export CITRO3D_MAJOR := 1 -export CITRO3D_MINOR := 6 -export CITRO3D_PATCH := 2 +export CITRO3D_MINOR := 7 +export CITRO3D_PATCH := 0 VERSION := $(CITRO3D_MAJOR).$(CITRO3D_MINOR).$(CITRO3D_PATCH)