--- jsampler/trunk/src/org/jsampler/view/classic/HelpAboutDlg.java 2007/08/10 19:55:03 1285 +++ jsampler/trunk/src/org/jsampler/view/classic/HelpAboutDlg.java 2007/10/15 20:55:33 1445 @@ -62,7 +62,7 @@ */ public class HelpAboutDlg extends InformationDialog { private JLabel lProductName = - new JLabel("\nJS Classic (version 0.6a)"); + new JLabel("\nJS Classic (version 0.7a)"); private JLabel lAuthor = new JLabel(i18n.getLabel("HelpAboutDlg.lAuthor")); private JTextField tfAuthor = new JTextField(i18n.getLabel("HelpAboutDlg.tfAuthor"));