From 6346924d781d0b4040b5e9695a655bda0ed3e342 Mon Sep 17 00:00:00 2001 From: Juergen Tem Date: Tue, 1 May 2018 11:10:32 +0200 Subject: [PATCH] Bump version --- BDInfo/FormMain.Designer.cs | 2 +- BDInfo/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BDInfo/FormMain.Designer.cs b/BDInfo/FormMain.Designer.cs index d5d8bc70bf..b69e63c2ae 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"; + this.Text = "BDInfo v.0.7.3.1"; 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 f9d61a486b..da2d56f68e 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")] -[assembly: AssemblyFileVersion("0.7.3")] +[assembly: AssemblyVersion("0.7.3.1")] +[assembly: AssemblyFileVersion("0.7.3.1")]