Include date of build in version info
This commit is contained in:
parent
3245846096
commit
bbc6fd10f8
|
@ -3,7 +3,7 @@
|
||||||
// See "LICENSE" for license details
|
// See "LICENSE" for license details
|
||||||
|
|
||||||
#ifndef BUILD_INFORMATION
|
#ifndef BUILD_INFORMATION
|
||||||
#define BUILD_INFORMATION "locally built"
|
#define BUILD_INFORMATION "locally built on " __DATE__ " at " __TIME__
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue