Change Mage version to 0.7.4-beta

This commit is contained in:
magenoxx 2011-06-09 20:20:28 +04:00
parent 9764a4e1b2
commit 18a416d184
4 changed files with 9 additions and 6 deletions

View file

@ -108,7 +108,7 @@ public class MageFrame extends javax.swing.JFrame implements Client {
private static Preferences prefs = Preferences.userNodeForPackage(MageFrame.class);
private JLabel title;
private Rectangle titleRectangle;
private final static MageVersion version = new MageVersion(0, 7, 3);
private final static MageVersion version = new MageVersion(0, 7, 4, "beta");
private UUID clientId;
private static MagePane activeFrame;