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