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

Makefile: Fix version output #80

Merged
merged 1 commit into from
Aug 9, 2023
Merged

Makefile: Fix version output #80

merged 1 commit into from
Aug 9, 2023

Conversation

atc0005
Copy link
Owner

@atc0005 atc0005 commented Aug 9, 2023

As an unintentional effect of recent bulk refactoring work, the Makefile for this project "absorbed" incompatible changes common to other projects that I maintain.

We resolve the issue by resetting the target of linker flag modifications to the correct package containing the version variable.

fixes GH-77

As an unintentional effect of recent bulk refactoring work,
the Makefile for this project "absorbed" incompatible changes
common to other projects that I maintain.

We resolve the issue by resetting the target of linker flag
modifications to the correct package containing the `version`
variable.

refs GH-77
@atc0005 atc0005 added bug Something isn't working config labels Aug 9, 2023
@atc0005 atc0005 added this to the Next Release milestone Aug 9, 2023
@atc0005 atc0005 self-assigned this Aug 9, 2023
@atc0005 atc0005 merged commit 41e6bef into master Aug 9, 2023
30 checks passed
@atc0005 atc0005 deleted the i77-fix-version-output branch August 9, 2023 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working config
Projects
None yet
Development

Successfully merging this pull request may close these issues.

-version does not output version number (but x.y.z)
1 participant