diff --git a/UI/About.xaml.cs b/UI/About.xaml.cs index d3080e3d..6219b17e 100644 --- a/UI/About.xaml.cs +++ b/UI/About.xaml.cs @@ -1,4 +1,4 @@ -using System.Diagnostics; +using System.Diagnostics; using System.Reflection; using System.Windows; using System.Windows.Navigation; @@ -15,7 +15,7 @@ namespace SourceGit.UI { /// public string Version { get { - return FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location).FileVersion; + return "VERSION : " + FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location).FileVersion; } }