From 4309194a11cdc5daadbf0fdc431f748dff94fc45 Mon Sep 17 00:00:00 2001 From: "Such Meme, Many Skill" Date: Fri, 7 Feb 2020 23:07:12 +0100 Subject: [PATCH] Bump version to 1.3.0 --- Makefile | 4 ++-- source/tegraexplorer/gfx.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 27d874a..f537e1a 100644 --- a/Makefile +++ b/Makefile @@ -10,8 +10,8 @@ include $(DEVKITARM)/base_rules IPL_LOAD_ADDR := 0x40003000 LPVERSION_MAJOR := 2 -LPVERSION_MINOR := 2 -LPVERSION_BUGFX := 1 +LPVERSION_MINOR := 3 +LPVERSION_BUGFX := 0 ################################################################################ diff --git a/source/tegraexplorer/gfx.c b/source/tegraexplorer/gfx.c index 99c38ac..56a9652 100644 --- a/source/tegraexplorer/gfx.c +++ b/source/tegraexplorer/gfx.c @@ -27,7 +27,7 @@ void clearscreen(){ gfx_clear_grey(0x1B); gfx_box(0, 0, 719, 15, COLOR_WHITE); gfx_con_setpos(0, 0); - gfx_printf("%k%KTegraexplorer v1.2.1%k%K\n", COLOR_DEFAULT, COLOR_WHITE, COLOR_WHITE, COLOR_DEFAULT); + gfx_printf("%k%KTegraexplorer v1.3.0%k%K\n", COLOR_DEFAULT, COLOR_WHITE, COLOR_WHITE, COLOR_DEFAULT); } int message(u32 color, const char* message, ...){