From 0146f0ddb099265cc46d3a48bb82c2e0a7f444e3 Mon Sep 17 00:00:00 2001 From: suchmememanyskill Date: Mon, 3 Aug 2020 13:10:02 +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 88df110..bd49d16 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ include $(DEVKITARM)/base_rules IPL_LOAD_ADDR := 0x40003000 LPVERSION_MAJOR := 3 LPVERSION_MINOR := 0 -LPVERSION_BUGFX := 3 +LPVERSION_BUGFX := 4 ################################################################################ diff --git a/source/tegraexplorer/gfx/gfxutils.c b/source/tegraexplorer/gfx/gfxutils.c index c9d7f86..cdfed86 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.3 | Battery: %3d%%\n", battery >> 8); + gfx_printf("Tegraexplorer v2.0.4 | Battery: %3d%%\n", battery >> 8); RESETCOLOR; }