File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ DATA := data
3434INCLUDES := include amitool/include
3535# ROMFS := romfs
3636APP_TITLE := Thenaya
37- APP_DESCRIPTION := Amiibo Maker (Alpha 0.5 )
37+ APP_DESCRIPTION := Amiibo Maker (Alpha 0.6 )
3838APP_AUTHOR := HiddenRambler
3939
4040# ---------------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ void uiUpdateStatus(char *status) {
3030void uiUpdateBanner () {
3131 consoleSelect (& headerScreen );
3232 printf ("\e[1;7m\e[2J\e[H" ); //invert colors and clear screen
33- printf ("\e[0;0HThenaya\e[0;32Hv0.5 [%s]" , __DATE__ );
33+ printf ("\e[0;0HThenaya\e[0;32Hv0.6 [%s]" , __DATE__ );
3434 char line [51 ];
3535 memset (line , 0xc4 , sizeof (line )- 1 );
3636 line [sizeof (line )- 1 ] = '\0' ;
You can’t perform that action at this time.
0 commit comments