Skip to content

Commit

Permalink
Bump version number to v5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Jul 19, 2018
1 parent 85c4d29 commit 9c94d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion titleandsettings/arm9/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ int main(int argc, char **argv) {

char vertext[12];
// snprintf(vertext, sizeof(vertext), "Ver %d.%d.%d ", VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH); // Doesn't work :(
snprintf(vertext, sizeof(vertext), "Ver %d.%d.%d ", 5, 3, 0);
snprintf(vertext, sizeof(vertext), "Ver %d.%d.%d ", 5, 3, 1);

if (gotosettings) {
graphicsInit();
Expand Down

0 comments on commit 9c94d3f

Please sign in to comment.