Skip to content

Commit

Permalink
Bump makerom version to 0.18.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jakcron committed Dec 29, 2024
1 parent 1ea3c5b commit 02f2411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makerom/src/user_settings.c
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ void PrintNoNeedParam(char *arg)

void DisplayBanner(void)
{
printf("CTR MAKEROM v0.18.4 (C) 3DSGuy 2023\n");
printf("CTR MAKEROM v0.18.5 (C) 3DSGuy 2024\n");
printf("Built: %s %s\n\n", __TIME__, __DATE__);
}

Expand Down

0 comments on commit 02f2411

Please sign in to comment.