Codechange: Use a dynamic copyright year

This commit is contained in:
glx
2020-05-05 18:36:27 +02:00
committed by Charles Pigott
parent e1c85e67a7
commit e0d20a44d2
11 changed files with 32 additions and 12 deletions

View File

@@ -13,6 +13,7 @@
extern const char _openttd_revision[];
extern const char _openttd_build_date[];
extern const char _openttd_revision_hash[];
extern const char _openttd_revision_year[];
extern const byte _openttd_revision_modified;
extern const byte _openttd_revision_tagged;
extern const uint32 _openttd_newgrf_version;