mirror of
https://github.com/dhewm/dhewm3.git
synced 2024-11-23 04:51:56 +00:00
Update date for reproducible builds for 1.5.1 RC3
This commit is contained in:
parent
891f8720fc
commit
d54ccee1f5
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ If you have questions concerning this license or the applicable additional terms
|
|||
#ifdef ID_REPRODUCIBLE_BUILD
|
||||
// for reproducible builds we hardcode values that would otherwise come from __DATE__ and __TIME__
|
||||
// NOTE: remember to update esp. the date for (pre-) releases and RCs and the like
|
||||
#define ID__DATE__ "Feb 06 2021"
|
||||
#define ID__DATE__ "Feb 21 2021"
|
||||
#define ID__TIME__ "13:37:42"
|
||||
|
||||
#else // not reproducible build, use __DATE__ and __TIME__ macros
|
||||
|
|
Loading…
Reference in a new issue