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:
no_author
2002-09-09 20:20:17 +00:00
parent bdd13711d4
commit a5b8fd50ed

View File

@ -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);