Change: Include the full raw git revision hash in rev.cpp

This commit is contained in:
Niels Martin Hansen
2019-01-27 14:04:49 +01:00
parent cca952d94b
commit 67c6f945fb
5 changed files with 37 additions and 20 deletions

View File

@@ -47,6 +47,11 @@ const char _openttd_revision[] = "!!VERSION!!";
*/
const char _openttd_build_date[] = __DATE__ " " __TIME__;
/**
* The git revision hash of this version.
*/
const char _openttd_revision_hash[] = "!!GITHASH!!";
/**
* Let us know if current build was modified. This detection
* works even in the case when revision string is overridden by