Bump version to v0.16.2

This commit is contained in:
Jack
2020-04-28 21:27:29 +08:00
parent b3cb4aa1dc
commit e6baadf069
+1 -1
View File
@@ -902,7 +902,7 @@ void PrintNoNeedParam(char *arg)
void DisplayBanner(void)
{
printf("CTR MAKEROM v0.16.1 (C) 3DSGuy 2017\n");
printf("CTR MAKEROM v0.16.2 (C) 3DSGuy 2020\n");
printf("Built: %s %s\n\n", __TIME__, __DATE__);
}