mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 12:30:50 +01:00
add the word "Build" to the version number to make clear, what number is what in the splash screen
This commit is contained in:
parent
6c994b607d
commit
943efa3388
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user