updated version shown in game to 1.15

master
melvin 2011-06-07 16:22:29 +08:00
parent 3384c65263
commit 65d6aaa77f
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.14";
private static final String VERSION = "1.15";
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));