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:
Dirk-Jan C. Binnema
2023-10-14 15:15:41 +03:00
parent f4a930cd19
commit 967b724e75
6 changed files with 32 additions and 33 deletions

View File

@ -1,4 +1,5 @@
@set UPDATED @UPDATED@
@set UPDATED-MONTH @UPDATEDMONTH@
@set UPDATED-YEAR @UPDATEDYEAR@
@set EDITION @VERSION@
@set VERSION @VERSION@