updated version to 1.21

master
beholder 2011-12-24 11:44:12 +01:00
parent 10e8ce90e8
commit 34eb456377
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ public class VersionPanel extends JPanel implements ActionListener {
private static final long serialVersionUID = 1L;
private static final String VERSION = "1.20b";
private static final String VERSION = "1.21";
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));