diff --git a/DS4Windows/DS4Forms/DS4Form.cs b/DS4Windows/DS4Forms/DS4Form.cs index d07c63c..92b500a 100644 --- a/DS4Windows/DS4Forms/DS4Form.cs +++ b/DS4Windows/DS4Forms/DS4Form.cs @@ -335,6 +335,9 @@ namespace DS4Windows hotkeysTimer.Start(); } + FileVersionInfo fvi = FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location); + string version = fvi.FileVersion; + Log.LogToGui("DS4Windows version " + version, false); if (btnStartStop.Enabled && start) btnStartStop_Clicked();