Bump version
This commit is contained in:
@@ -24,7 +24,7 @@ void gfx_clearscreen(){
|
||||
|
||||
gfx_box(0, 0, 719, 15, COLOR_WHITE);
|
||||
gfx_con_setpos(0, 0);
|
||||
gfx_printf("Tegraexplorer v1.3.3\n");
|
||||
gfx_printf("Tegraexplorer v1.4.0\n");
|
||||
|
||||
RESETCOLOR;
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
char func[11] = "", args[2][128] = {"", ""};
|
||||
int res, errcode;
|
||||
const int scriptver = 133;
|
||||
const int scriptver = 140;
|
||||
bool forceExit = false;
|
||||
u32 currentcolor;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user