Skip to content

Embed hash of the latest Git commit into compiled code

Andrey Popov requested to merge version into master

This way the application knows the version of the source code from which is was built. This hash is reported by the main executable with the debug severity level. Now we will be able to tell from the logs in which version of the code a given set of results was produced.

Merge request reports