From bbbba25fd82d6595c792efd86f5274538f365426 Mon Sep 17 00:00:00 2001 From: tomvita <68505331+tomvita@users.noreply.github.com> Date: Mon, 13 Mar 2023 22:33:42 +0800 Subject: [PATCH] 3.8.37 --- Makefile | 2 +- include/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c3ac86f..8bc37d4 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ include $(DEVKITPRO)/libnx/switch_rules #--------------------------------------------------------------------------------- VERSION_MAJOR := 3 VERSION_MINOR := 8 -VERSION_MICRO := 36a +VERSION_MICRO := 37 NIGHTLY := APP_TITLE := EdiZon SE diff --git a/include/version.h b/include/version.h index e23c850..f10501d 100644 --- a/include/version.h +++ b/include/version.h @@ -1 +1 @@ -#define VERSION_STRING "3.8.36" \ No newline at end of file +#define VERSION_STRING "3.8.37" \ No newline at end of file