Modified Build Date from Static to when Compiled

This commit is contained in:
pat
2021-09-18 04:45:28 +02:00
parent 96877e3d8a
commit f197e35771

View File

@@ -42,7 +42,9 @@
* version was tagged. * version was tagged.
*/ */
#ifndef STRING_DISTRIBUTION_DATE #ifndef STRING_DISTRIBUTION_DATE
#define STRING_DISTRIBUTION_DATE "2021-08-12" //#define STRING_DISTRIBUTION_DATE "2021-08-12"
#define STRING_DISTRIBUTION_DATE __DATE__ " " __TIME__
#endif #endif
/** /**