From f9e2c2354d9a0879f75c8fd0908bd98c7ddee106 Mon Sep 17 00:00:00 2001 From: tomvita <68505331+tomvita@users.noreply.github.com> Date: Wed, 6 Apr 2022 10:33:27 +0800 Subject: [PATCH] 3.8.35 --- Makefile | 2 +- include/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 085c3e3..4db4696 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ include $(DEVKITPRO)/libnx/switch_rules #--------------------------------------------------------------------------------- VERSION_MAJOR := 3 VERSION_MINOR := 8 -VERSION_MICRO := 34 +VERSION_MICRO := 35 NIGHTLY := APP_TITLE := EdiZon SE diff --git a/include/version.h b/include/version.h index 42aee35..0f8d01b 100644 --- a/include/version.h +++ b/include/version.h @@ -1 +1 @@ -#define VERSION_STRING "3.8.34" \ No newline at end of file +#define VERSION_STRING "3.8.35" \ No newline at end of file