Skip to content

Commit 33062ed

Browse files
committed
Bump version number to v5.2.1
1 parent 7237ad4 commit 33062ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

titleandsettings/arm9/source/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ int main(int argc, char **argv) {
509509

510510
char vertext[12];
511511
// snprintf(vertext, sizeof(vertext), "Ver %d.%d.%d ", VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH); // Doesn't work :(
512-
snprintf(vertext, sizeof(vertext), "Ver %d.%d.%d ", 5, 2, 0);
512+
snprintf(vertext, sizeof(vertext), "Ver %d.%d.%d ", 5, 2, 1);
513513

514514
if (gotosettings) {
515515
graphicsInit();

0 commit comments

Comments
 (0)