Skip to content

Commit

Permalink
Update date for reproducible builds for 1.5.1 RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielGibson committed Feb 22, 2021
1 parent 891f872 commit d54ccee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo/framework/Licensee.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d54ccee

Please sign in to comment.