ImageEngine / cortex

Libraries for visual effects software development
Other
531 stars 124 forks source link

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

Closed johnhaddon closed 1 month ago

johnhaddon commented 2 months ago

This was broken by 8ead0c791264ac417bd63ddd817455a146a516cc, 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.

danieldresser-ie commented 1 month ago

LGTM