1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-11-08 13:11:54 +00:00

Bump version

This commit is contained in:
Such Meme, Many Skill 2020-03-19 16:19:56 +01:00
parent d5c23ebf96
commit f1a4b05524
3 changed files with 4 additions and 4 deletions

View file

@ -10,8 +10,8 @@ include $(DEVKITARM)/base_rules
IPL_LOAD_ADDR := 0x40003000 IPL_LOAD_ADDR := 0x40003000
LPVERSION_MAJOR := 2 LPVERSION_MAJOR := 2
LPVERSION_MINOR := 3 LPVERSION_MINOR := 4
LPVERSION_BUGFX := 3 LPVERSION_BUGFX := 0
################################################################################ ################################################################################

View file

@ -24,7 +24,7 @@ void gfx_clearscreen(){
gfx_box(0, 0, 719, 15, COLOR_WHITE); gfx_box(0, 0, 719, 15, COLOR_WHITE);
gfx_con_setpos(0, 0); gfx_con_setpos(0, 0);
gfx_printf("Tegraexplorer v1.3.3\n"); gfx_printf("Tegraexplorer v1.4.0\n");
RESETCOLOR; RESETCOLOR;
} }

View file

@ -17,7 +17,7 @@
char func[11] = "", args[2][128] = {"", ""}; char func[11] = "", args[2][128] = {"", ""};
int res, errcode; int res, errcode;
const int scriptver = 133; const int scriptver = 140;
bool forceExit = false; bool forceExit = false;
u32 currentcolor; u32 currentcolor;