--- jsampler/trunk/src/org/jsampler/view/fantasia/HelpAboutDlg.java 2009/06/13 13:35:13 1918 +++ jsampler/trunk/src/org/jsampler/view/fantasia/HelpAboutDlg.java 2009/06/20 19:25:50 1919 @@ -60,7 +60,7 @@ */ public class HelpAboutDlg extends InformationDialog { private JLabel lProductName = - new JLabel("\nJSampler Fantasia (version 0.8a cvs_6)"); + new JLabel("\nJSampler Fantasia (version 0.8a cvs_8)"); private JLabel lAuthor = new JLabel(i18n.getLabel("HelpAboutDlg.lAuthor")); private LinkButton btnAuthor = new Lnkbutton(i18n.getLabel("HelpAboutDlg.btnAuthor"));