Files
bouwhuim.nikhef.nl dee2668a61 newest version WRPC
2013-09-10 08:08:59 +00:00

10 lines
189 B
C

const char *build_revision = GIT_REVISION;
#ifdef CONFIG_DETERMINISTIC_BINARY
const char *build_date = "";
#else
const char *build_date = "Built on " __DATE__ ", " __TIME__ "\n";
#endif