add the word "Build" to the version number to make clear, what number is what in the splash screen

This commit is contained in:
Alexander Schulz 2019-05-11 17:56:47 +02:00
parent 6c994b607d
commit 943efa3388

View File

@ -37,7 +37,7 @@ namespace splash_xcp_ng
private void Style()
{
labelVersion.Text = ProductVersion + " (" + AssemblyVersion + ")";
labelVersion.Text = ProductVersion + " (Build " + AssemblyVersion + ")";
Image bitmap;
assembly = System.Reflection.Assembly.LoadFrom(Application.ExecutablePath);