diff --git a/DnsServerSystemTrayApp/frmAbout.Designer.cs b/DnsServerSystemTrayApp/frmAbout.Designer.cs
index 2b8914b3..2a55c446 100644
--- a/DnsServerSystemTrayApp/frmAbout.Designer.cs
+++ b/DnsServerSystemTrayApp/frmAbout.Designer.cs
@@ -173,9 +173,9 @@
this.labVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(57)))), ((int)(((byte)(69)))));
this.labVersion.Location = new System.Drawing.Point(86, 132);
this.labVersion.Name = "labVersion";
- this.labVersion.Size = new System.Drawing.Size(147, 18);
+ this.labVersion.Size = new System.Drawing.Size(102, 18);
this.labVersion.TabIndex = 38;
- this.labVersion.Text = "version x.x.x.x (beta)";
+ this.labVersion.Text = "version x.x.x.x";
//
// label5
//
@@ -188,7 +188,7 @@
this.label5.TabIndex = 39;
this.label5.Text = "System Tray App";
//
- // AboutForm
+ // frmAbout
//
this.AcceptButton = this.btnClose;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@@ -211,7 +211,7 @@
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
- this.Name = "AboutForm";
+ this.Name = "frmAbout";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "About Technitium DNS Server";
this.panel1.ResumeLayout(false);
diff --git a/DnsServerSystemTrayApp/frmAbout.cs b/DnsServerSystemTrayApp/frmAbout.cs
index a04ef866..21978d92 100644
--- a/DnsServerSystemTrayApp/frmAbout.cs
+++ b/DnsServerSystemTrayApp/frmAbout.cs
@@ -27,7 +27,7 @@ namespace DnsServerSystemTrayApp
{
InitializeComponent();
- labVersion.Text = "version " + Application.ProductVersion + " (beta)";
+ labVersion.Text = "version " + Application.ProductVersion;
}
private void lnkContactEmail_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
diff --git a/DnsServerSystemTrayApp/frmAbout.resx b/DnsServerSystemTrayApp/frmAbout.resx
index 7d34f462..07d074d8 100644
--- a/DnsServerSystemTrayApp/frmAbout.resx
+++ b/DnsServerSystemTrayApp/frmAbout.resx
@@ -192,7 +192,7 @@
True
- Copyright (C) 2019 Shreyas Zare (shreyas@technitium.com)
+ Copyright (C) 2020 Shreyas Zare (shreyas@technitium.com)
This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. Click link below for details: