build: avoid dynamic dates for reproducibility
We were using dates (in documentation, (c) notices etc) based on the build-date; that makes it hard to do reproducible builds, so specify a specific date in the top-level meson file, and use that throughout.
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
@set UPDATED @UPDATED@
|
||||
@set UPDATED-MONTH @UPDATEDMONTH@
|
||||
@set UPDATED-YEAR @UPDATEDYEAR@
|
||||
@set EDITION @VERSION@
|
||||
@set VERSION @VERSION@
|
||||
|
||||
Reference in New Issue
Block a user