Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows add version info #430

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

drlsdee
Copy link

@drlsdee drlsdee commented May 15, 2023

Description

This PR resolves #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 by kcat.rc

Updated

  • win32/.gitignore - added *.aps
  • win32/kcat.vcxproj - added link to win32/kcat.rc

Notes

Version is bumped to 1.8.0.1

drlsdee added 3 commits April 19, 2023 12:30
Added .aps extension
Fixed *.aps extension
Added resource kcat.rc containing version info to include in the binary
Added resource.h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: Include version info in the binary file properties, at least for Windows builds.
1 participant