Skip to content

Commit

Permalink
Bump version number to v0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
jakcron committed Nov 28, 2021
1 parent b7ee685 commit 416431c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makerom/user_settings.c
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ void PrintNoNeedParam(char *arg)

void DisplayBanner(void)
{
printf("CTR MAKEROM v0.17 (C) 3DSGuy 2020\n");
printf("CTR MAKEROM v0.18 (C) 3DSGuy 2021\n");
printf("Built: %s %s\n\n", __TIME__, __DATE__);
}

Expand Down

0 comments on commit 416431c

Please sign in to comment.