Bump version number to v0.18

This commit is contained in:
jakcron
2021-11-28 12:49:45 +08:00
parent b7ee685b5b
commit 416431c24e
+1 -1
View File
@@ -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__);
}