Open drlsdee opened 1 year ago
This PR resolves edenhill#429 and adds file version info and product version info to the compiled output executable for Windows
win32/kcat.rc
win32/resource.h
kcat.rc
win32/.gitignore
*.aps
win32/kcat.vcxproj
Version is bumped to 1.8.0.1
Description
This PR resolves edenhill#429 and adds file version info and product version info to the compiled output executable for Windows
Added
win32/kcat.rc
- contains file and product version info, product description and copyright info (from readme in the parent repository)win32/resource.h
- used bykcat.rc
Updated
win32/.gitignore
- added*.aps
win32/kcat.vcxproj
- added link towin32/kcat.rc
Notes
Version is bumped to 1.8.0.1