--- jsampler/trunk/src/org/jsampler/view/classic/HelpAboutDlg.java 2007/12/06 19:25:36 1566 +++ jsampler/trunk/src/org/jsampler/view/classic/HelpAboutDlg.java 2007/12/06 19:37:41 1567 @@ -62,7 +62,7 @@ */ public class HelpAboutDlg extends InformationDialog { private JLabel lProductName = - new JLabel("\nJS Classic (version 0.7a)"); + new JLabel("\nJS Classic (version 0.8a)"); private JLabel lAuthor = new JLabel(i18n.getLabel("HelpAboutDlg.lAuthor")); private JTextField tfAuthor = new JTextField(i18n.getLabel("HelpAboutDlg.tfAuthor"));