From 943efa33885f3025fe2eff360b95d3bc9e05494b Mon Sep 17 00:00:00 2001 From: Alexander Schulz Date: Sat, 11 May 2019 17:56:47 +0200 Subject: [PATCH] add the word "Build" to the version number to make clear, what number is what in the splash screen --- splash-xcp-ng/SplashForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/splash-xcp-ng/SplashForm.cs b/splash-xcp-ng/SplashForm.cs index e689d0966..2e71c1bd1 100644 --- a/splash-xcp-ng/SplashForm.cs +++ b/splash-xcp-ng/SplashForm.cs @@ -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);