Change version to 1.0RC1.
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@885 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -121,7 +121,7 @@ class AboutPMD extends JDialog
|
||||
aboutPanel.add(bottomPanel, BorderLayout.SOUTH);
|
||||
|
||||
// Version Label
|
||||
JLabel versionLabel = new JLabel("Version 0.9");
|
||||
JLabel versionLabel = new JLabel("Version 1.0RC1");
|
||||
versionLabel.setFont(UIManager.getFont("labelFont"));
|
||||
versionLabel.setHorizontalAlignment(JLabel.CENTER);
|
||||
bottomPanel.add(versionLabel);
|
||||
|
Reference in New Issue
Block a user