Add version info to Windows DLLs
Summary
To distinguish between different DLL versions on Windows, it's possible to add version info (see e.g. Microsoft Docs and SO. This would be useful, in particular for the Octave/MATLAB client.
Expected Behavior
When inspected, the DLL file should show the version.
Actual Behavior
The Windows DLL does not have any versioning info in the file properties.
Steps to Reproduce the Problem
- On Windows, open the file properties of the linkahead.dll and checkout the "Details" tab.
Specifications
- Version: 0.3-dev
- Platform: Windows
Possible fixes
Add versioning info as described in the links.