mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 13:11:54 +00:00
Bump version
This commit is contained in:
parent
d93b50205a
commit
7c7dd7178f
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -11,7 +11,7 @@ include $(DEVKITARM)/base_rules
|
|||
IPL_LOAD_ADDR := 0x40003000
|
||||
LPVERSION_MAJOR := 2
|
||||
LPVERSION_MINOR := 3
|
||||
LPVERSION_BUGFX := 1
|
||||
LPVERSION_BUGFX := 2
|
||||
|
||||
################################################################################
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ void clearscreen(){
|
|||
|
||||
gfx_box(0, 0, 719, 15, COLOR_WHITE);
|
||||
gfx_con_setpos(0, 0);
|
||||
gfx_printf("Tegraexplorer v1.3.1\n");
|
||||
gfx_printf("Tegraexplorer v1.3.2\n");
|
||||
|
||||
RESETCOLOR;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue