Skip to content

Commit

Permalink
Bump version to v4.3.1 for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Jun 22, 2018
1 parent 191d7d5 commit fd3f662
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 @@ -405,7 +405,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 ", 4, 3, 0);
snprintf(vertext, sizeof(vertext), "Ver %d.%d.%d ", 4, 3, 1);

if (autorun || showlogo) {
graphicsInit();
Expand Down

0 comments on commit fd3f662

Please sign in to comment.