From 22ecb34fec92ed44385bf2a90e8d65fefeb287d0 Mon Sep 17 00:00:00 2001 From: "Such Meme, Many Skill" Date: Sun, 3 May 2020 02:17:36 +0200 Subject: [PATCH] Bump version --- Makefile | 6 +++--- source/tegraexplorer/gfx/gfxutils.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 0bf9f9e..865f202 100644 --- a/Makefile +++ b/Makefile @@ -9,9 +9,9 @@ include $(DEVKITARM)/base_rules ################################################################################ IPL_LOAD_ADDR := 0x40008000 -LPVERSION_MAJOR := 2 -LPVERSION_MINOR := 5 -LPVERSION_BUGFX := 2 +LPVERSION_MAJOR := 3 +LPVERSION_MINOR := 0 +LPVERSION_BUGFX := 0 ################################################################################ diff --git a/source/tegraexplorer/gfx/gfxutils.c b/source/tegraexplorer/gfx/gfxutils.c index 452f58e..ed50840 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 v1.5.2 | Battery: %3d%%\n", battery >> 8); + gfx_printf("Tegraexplorer v2.0.0 | Battery: %3d%%\n", battery >> 8); RESETCOLOR; }