diff --git a/BDInfo/FormMain.Designer.cs b/BDInfo/FormMain.Designer.cs index b69e63c2ae..30fca5dfc9 100644 --- a/BDInfo/FormMain.Designer.cs +++ b/BDInfo/FormMain.Designer.cs @@ -502,7 +502,7 @@ private void InitializeComponent() this.Controls.Add(this.textBoxSource); this.Controls.Add(this.labelSource); this.Name = "FormMain"; - this.Text = "BDInfo v.0.7.3.1"; + this.Text = "BDInfo v.0.7.3.2"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing); this.Load += new System.EventHandler(this.FormMain_Load); this.LocationChanged += new System.EventHandler(this.FormMain_LocationChanged); diff --git a/BDInfo/Properties/AssemblyInfo.cs b/BDInfo/Properties/AssemblyInfo.cs index da2d56f68e..099fbbebb3 100644 --- a/BDInfo/Properties/AssemblyInfo.cs +++ b/BDInfo/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.7.3.1")] -[assembly: AssemblyFileVersion("0.7.3.1")] +[assembly: AssemblyVersion("0.7.3.2")] +[assembly: AssemblyFileVersion("0.7.3.2")]