updated core file to 0182 for Android build

This commit is contained in:
techdragon.nguyen@gmail.com
2012-04-11 10:59:03 +00:00
parent b90b4ae50b
commit 8f11b6ec45

View File

@@ -340,7 +340,7 @@ public class SDLActivity extends Activity implements OnKeyListener{
//display some info about the app
AlertDialog.Builder infoDialog = new AlertDialog.Builder(this);
infoDialog.setTitle("Wagic Info");
infoDialog.setMessage("Version 0.180");
infoDialog.setMessage("Version 0.182");
infoDialog.show();
}