diff --git a/INT63DC_2C.suo b/INT63DC_2C.suo index b92cd3b..e56c152 100644 Binary files a/INT63DC_2C.suo and b/INT63DC_2C.suo differ diff --git a/INT63DC_2C/Forms/FormInformation.cs b/INT63DC_2C/Forms/FormInformation.cs index cf3d0be..27f5770 100644 --- a/INT63DC_2C/Forms/FormInformation.cs +++ b/INT63DC_2C/Forms/FormInformation.cs @@ -153,7 +153,7 @@ namespace INT63DC_2C.Forms } private void DefaultSetting() { - this.labelDisplayVer.Text = "8.2.0"; + this.labelDisplayVer.Text = "8.2.1"; this.labelSerialNo.Text = this.ParentForm.SystemConfig.SerialNumber; this.textBoxSerialNo.Location = new Point(395, 225); this.textBoxSerialNo.Visible = false; diff --git a/INT63DC_2C/Version.txt b/INT63DC_2C/Version.txt index b7b18f2..73706b5 100644 Binary files a/INT63DC_2C/Version.txt and b/INT63DC_2C/Version.txt differ