Add a release version string to rev.cpp

This commit is contained in:
Jonathan G Rennison
2021-09-06 17:49:08 +01:00
parent fda17d25de
commit a0cb27b73c
4 changed files with 29 additions and 8 deletions

View File

@@ -11,6 +11,7 @@
#define REV_H
extern const char _openttd_revision[];
extern const char _openttd_release_version[];
extern const char _openttd_build_date[];
extern const char _openttd_revision_hash[];
extern const char _openttd_revision_year[];