From 1b0e160c80d04959643075c95c1751a21ce1354b Mon Sep 17 00:00:00 2001 From: tomvita <68505331+tomvita@users.noreply.github.com> Date: Sun, 4 Apr 2021 15:28:24 +0800 Subject: [PATCH] 3.8.15 --- Makefile | 2 +- include/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 70e093c..3c217fe 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ include $(DEVKITPRO)/libnx/switch_rules #--------------------------------------------------------------------------------- VERSION_MAJOR := 3 VERSION_MINOR := 8 -VERSION_MICRO := 14 +VERSION_MICRO := 15 NIGHTLY := APP_TITLE := EdiZon SE diff --git a/include/version.h b/include/version.h index 904271e..def4b2d 100644 --- a/include/version.h +++ b/include/version.h @@ -1 +1 @@ -#define VERSION_STRING "3.8.14" \ No newline at end of file +#define VERSION_STRING "3.8.15" \ No newline at end of file