From adc9d2e5bf2126817c6c3db8b0d326b11de8611b Mon Sep 17 00:00:00 2001 From: "Such Meme, Many Skill" Date: Sun, 26 Apr 2020 01:28:11 +0200 Subject: [PATCH] Bump version --- Makefile | 2 +- source/tegraexplorer/gfx/gfxutils.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f281b66..b51d082 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ include $(DEVKITARM)/base_rules IPL_LOAD_ADDR := 0x40003000 LPVERSION_MAJOR := 2 LPVERSION_MINOR := 5 -LPVERSION_BUGFX := 1 +LPVERSION_BUGFX := 2 ################################################################################ diff --git a/source/tegraexplorer/gfx/gfxutils.c b/source/tegraexplorer/gfx/gfxutils.c index a8e62a5..dec88e6 100644 --- a/source/tegraexplorer/gfx/gfxutils.c +++ b/source/tegraexplorer/gfx/gfxutils.c @@ -25,7 +25,7 @@ void gfx_clearscreen(){ gfx_box(0, 0, 719, 15, COLOR_WHITE); gfx_con_setpos(0, 0); - gfx_printf("Tegraexplorer v1.5.1\n"); + gfx_printf("Tegraexplorer v1.5.2\n"); RESETCOLOR; }