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

Version : Fix *Version() functions to return runtime version #1427

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

johnhaddon
Copy link
Member

This was broken by 8ead0c7, which inlined the functions, meaning that client code inlined the version numbers at the point of compilation. There's no point in doing that - that's what the macros are for.

@johnhaddon johnhaddon self-assigned this Aug 21, 2024
@danieldresser-ie
Copy link
Contributor

LGTM

This was broken by 8ead0c7, which inlined the functions, meaning that client code inlined the version numbers at the point of compilation. There's no point in doing that - that's what the macros are for.
@johnhaddon johnhaddon merged commit cdc0cc1 into ImageEngine:RB-10.5 Sep 16, 2024
4 of 5 checks passed
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.

2 participants