allow to build reproducibly

This commit is contained in:
Fabian Greffrath 2020-01-08 21:57:00 +01:00
parent 14720f7ca1
commit 889f1e163e

View File

@ -7,7 +7,11 @@
#include "version.h"
const char version_date[] = __DATE__;
#ifndef BUILD_DATE
#define BUILD_DATE __DATE__
#endif
const char version_date[] = BUILD_DATE;
#undef BUILD_DATE
//----------------------------------------------------------------------------
//