diff options
Diffstat (limited to 'src/rev.cpp.in')
-rw-r--r-- | src/rev.cpp.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/rev.cpp.in b/src/rev.cpp.in index 0f4b2a6b5..3c68e18eb 100644 --- a/src/rev.cpp.in +++ b/src/rev.cpp.in @@ -48,6 +48,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 * --revision argument. |