Forgot to change version string

This commit is contained in:
Andre Schweiger 2016-05-27 12:02:32 +02:00
parent 3fa845e415
commit f6e2d30ab6
2 changed files with 1 additions and 1 deletions

BIN
Minicraft3DS.zip Normal file

Binary file not shown.

View file

@ -1,6 +1,6 @@
#include "Globals.h"
char versionText[34] = "Version 1.2.1";
char versionText[34] = "Version 1.2.2";
char fpsstr[34];
u8 currentMenu = 0;