Skip to content

meson: Determine project version from last commit date not current date

Ray Strode requested to merge reproducible-build-fix into main

Using the current date means builds aren't reproducible if run at different times.

This commit changes the version determination logic to look at the last commit date instead of the current date.

Merge request reports