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