mirror of
https://github.com/correl/mage.git
synced 2025-01-11 11:05:23 +00:00
Changed version for splash screen.
This commit is contained in:
parent
1a0d10f563
commit
0a26f595a7
1 changed files with 1 additions and 1 deletions
|
@ -556,7 +556,7 @@ public class MageFrame extends javax.swing.JFrame {
|
|||
g.fillRect(120,140,200,40);
|
||||
g.setPaintMode();
|
||||
g.setColor(Color.white);
|
||||
g.drawString("Version 0.5", 560, 460);
|
||||
g.drawString("Version 0.5.1", 560, 460);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue