increased in game version number to 1.16

master
melvin 2011-07-23 12:07:26 +08:00
parent e16d1f6b4d
commit 340a7bc98d
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ public class VersionPanel extends JPanel implements ActionListener {
private static final long serialVersionUID = 1L;
private static final String VERSION = "1.15";
private static final String VERSION = "1.16";
private static final String VERSION_TEXT = "Magarena " + VERSION;
private static final Border LOGO_BORDER=BorderFactory.createMatteBorder(2,2,2,2,new Color(0x8C,0x78,0x53));