Skip to content

Commit deea610

Browse files
committed
Bump version number
1 parent f9f817d commit deea610

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
@@ -534,7 +534,7 @@ int main(int argc, char **argv) {
534534

535535
char vertext[12];
536536
// snprintf(vertext, sizeof(vertext), "Ver %d.%d.%d ", VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH); // Doesn't work :(
537-
snprintf(vertext, sizeof(vertext), "Ver %d.%d.%d ", 5, 5, 1);
537+
snprintf(vertext, sizeof(vertext), "Ver %d.%d.%d ", 6, 0, 0);
538538

539539
if (gotosettings) {
540540
graphicsInit();

0 commit comments

Comments
 (0)