Merge branch 'crashlog_improvements' into jgrpp

# Conflicts:
#	Makefile.src.in
This commit is contained in:
Jonathan G Rennison
2016-06-12 21:21:55 +01:00
9 changed files with 381 additions and 68 deletions

View File

@@ -49,6 +49,12 @@ const char _openttd_revision[] = "!!VERSION!!";
*/
const char _openttd_build_date[] = __DATE__ " " __TIME__;
/**
* The configure invocation used to build OpenTTD
*/
const char _openttd_build_configure[] = "!!CONFIGURE_INVOCATION!!";
/**
* Let us know if current build was modified. This detection
* works even in the case when revision string is overridden by