Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
While I'm at it, change the name inside to it's 'official name'
  • Loading branch information
KitLing authored Aug 12, 2017
1 parent bda2ee4 commit 7d4e3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ntrboot_flasher/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ const char *options[]={

void printMenuOptions(int menuOption)
{
DrawStringF(TOP_SCREEN, 20, 20, "ntrboothax installer 0.1");
DrawStringF(TOP_SCREEN, 20, 20, "ntrboot flasher 0.1.1");

for(int i=0; i<MMOPTION_MAX; i++)
DrawStringF(TOP_SCREEN, 10, 30 + (2+i)*8, options[i]);
Expand Down

0 comments on commit 7d4e3f2

Please sign in to comment.