incremented version number

master v1.0
Aaron Johnson 5 years ago
parent ee04caad0c
commit ce6d894f4a

@ -158,7 +158,7 @@
this.lbl_version.Name = "lbl_version"; this.lbl_version.Name = "lbl_version";
this.lbl_version.Size = new System.Drawing.Size(46, 13); this.lbl_version.Size = new System.Drawing.Size(46, 13);
this.lbl_version.TabIndex = 11; this.lbl_version.TabIndex = 11;
this.lbl_version.Text = "v1.0.0.0"; this.lbl_version.Text = "v1.0.0.1";
// //
// form_main // form_main
// //

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyVersion("1.0.0.1")]
[assembly: AssemblyFileVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.0.0.1")]

Loading…
Cancel
Save