Bump Version

This commit is contained in:
Juergen Tem 2018-09-06 20:27:30 +02:00
parent 4e5a117ce5
commit 17579df6cb
No known key found for this signature in database
GPG Key ID: 0A9625B1654DCE28
2 changed files with 3 additions and 3 deletions

View File

@ -505,7 +505,7 @@ namespace BDInfo
this.DoubleBuffered = true;
this.KeyPreview = true;
this.Name = "FormMain";
this.Text = "BDInfo v.0.7.4b";
this.Text = "BDInfo v.0.7.4";
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);

View File

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// 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.65534")]
[assembly: AssemblyFileVersion("0.7.3.65534")]
[assembly: AssemblyVersion("0.7.4.0")]
[assembly: AssemblyFileVersion("0.7.4.0")]