Skip to content

Commit

Permalink
[makerom] Bump version to 0.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jakcron committed Sep 30, 2023
1 parent ea2390d commit c0488dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makerom/src/user_settings.c
Expand Up @@ -910,7 +910,7 @@ void PrintNoNeedParam(char *arg)

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

Expand Down

0 comments on commit c0488dc

Please sign in to comment.