Include date of build in version info

This commit is contained in:
Antoine Martin 2022-04-06 15:27:12 +02:00
parent 3245846096
commit bbc6fd10f8

View file

@ -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