diff --git a/WmiExplorer/WmiExplorer.Functions.Designer.cs b/WmiExplorer/WmiExplorer.Functions.Designer.cs index 9d4e971..9b8ccd8 100644 --- a/WmiExplorer/WmiExplorer.Functions.Designer.cs +++ b/WmiExplorer/WmiExplorer.Functions.Designer.cs @@ -1585,6 +1585,8 @@ namespace WmiExplorer // Log current display DPI setting Log("Display DPI Settings: " + DisplayDpi.ToString(CultureInfo.InvariantCulture) + "dpi"); + Text = "WMI Explorer " + Assembly.GetEntryAssembly().GetName().Version.ToString(); + #if DEBUG Text = "WMI Explorer (Beta Debug Build)"; #endif