From 00a58f12ec2a26f9fb63c9c52c9be1f93ce50bd1 Mon Sep 17 00:00:00 2001 From: "Such Meme, Many Skill" Date: Mon, 4 May 2020 20:49:23 +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 865f202..94a14ce 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ include $(DEVKITARM)/base_rules IPL_LOAD_ADDR := 0x40008000 LPVERSION_MAJOR := 3 LPVERSION_MINOR := 0 -LPVERSION_BUGFX := 0 +LPVERSION_BUGFX := 1 ################################################################################ diff --git a/source/tegraexplorer/gfx/gfxutils.c b/source/tegraexplorer/gfx/gfxutils.c index 2796dc7..541ab26 100644 --- a/source/tegraexplorer/gfx/gfxutils.c +++ b/source/tegraexplorer/gfx/gfxutils.c @@ -23,7 +23,7 @@ void gfx_clearscreen(){ gfx_boxGrey(0, 703, 1279, 719, 0xFF); gfx_boxGrey(0, 0, 1279, 15, 0xFF); gfx_con_setpos(0, 0); - gfx_printf("Tegraexplorer v2.0.0 | Battery: %3d%%\n", battery >> 8); + gfx_printf("Tegraexplorer v2.0.1 | Battery: %3d%%\n", battery >> 8); RESETCOLOR; }