(svn r17416) -Codechange: move the build date/time 'determination' to rev.cpp as that's the file most likely to be regularly recompiled

This commit is contained in:
rubidium
2009-09-04 20:31:49 +00:00
parent e540385038
commit a1f49db54d
3 changed files with 14 additions and 3 deletions

View File

@@ -13,6 +13,7 @@
#define REV_H
extern const char _openttd_revision[];
extern const char _openttd_build_date[];
extern const byte _openttd_revision_modified;
extern const uint32 _openttd_newgrf_version;