mirror of
https://github.com/jellyfin/BDInfo.git
synced 2024-11-23 14:19:41 +00:00
Bump Version
This commit is contained in:
parent
4e5a117ce5
commit
17579df6cb
2
BDInfo/FormMain.Designer.cs
generated
2
BDInfo/FormMain.Designer.cs
generated
@ -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);
|
||||
|
@ -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")]
|
||||
|
Loading…
Reference in New Issue
Block a user