summaryrefslogtreecommitdiff
path: root/src/rev.h
diff options
context:
space:
mode:
authorNiels Martin Hansen <nielsm@indvikleren.dk>2019-02-10 18:01:30 +0100
committerCharles Pigott <charlespigott@googlemail.com>2019-02-12 21:32:43 +0000
commit46d97239c4aaead07e61f676fa88268b5b5208fa (patch)
tree3066405f23277f8aab0d743cd1e4e13603f83668 /src/rev.h
parent412e6132b60ad5db8912643befb0b895f4e11710 (diff)
downloadopenttd-46d97239c4aaead07e61f676fa88268b5b5208fa.tar.xz
Codechange: Include flag for whether a build is of a tagged revision
Diffstat (limited to 'src/rev.h')
-rw-r--r--src/rev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rev.h b/src/rev.h
index 55fc08699..55674cc80 100644
--- a/src/rev.h
+++ b/src/rev.h
@@ -16,6 +16,7 @@ extern const char _openttd_revision[];
extern const char _openttd_build_date[];
extern const char _openttd_revision_hash[];
extern const byte _openttd_revision_modified;
+extern const byte _openttd_revision_tagged;
extern const uint32 _openttd_newgrf_version;
bool IsReleasedVersion();