GUI/AboutBox.cs
changeset 188 6ce1c13899e1
parent 107 b94ce6a3aaf4
child 344 3145aadca3d2
     1.1 --- a/GUI/AboutBox.cs	Fri Sep 17 18:32:11 2010 +0000
     1.2 +++ b/GUI/AboutBox.cs	Sat Sep 18 15:13:26 2010 +0000
     1.3 @@ -48,7 +48,7 @@
     1.4        InitializeComponent();
     1.5        this.Font = SystemFonts.MessageBoxFont;
     1.6        this.label3.Text = "Version " + 
     1.7 -        System.Windows.Forms.Application.ProductVersion + " Beta";
     1.8 +        System.Windows.Forms.Application.ProductVersion;
     1.9        linkLabel.Links.Remove(linkLabel.Links[0]);
    1.10        linkLabel.Links.Add(0, linkLabel.Text.Length,
    1.11          "http://openhardwaremonitor.org");