diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2023-10-14 15:15:41 +0300 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2023-10-14 15:24:00 +0300 |
| commit | 967b724e75469e63a123b4123f4d02c65034a0cb (patch) | |
| tree | af84e5b82704988b97aae95ff4552fb7d7a91304 /build-aux/version.texi.in | |
| parent | f4a930cd195cfd54f930470958b54222b2089e2c (diff) | |
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.
Diffstat (limited to 'build-aux/version.texi.in')
| -rw-r--r-- | build-aux/version.texi.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-aux/version.texi.in b/build-aux/version.texi.in index 77a2073..aa13bab 100644 --- a/build-aux/version.texi.in +++ b/build-aux/version.texi.in @@ -1,4 +1,5 @@ @set UPDATED @UPDATED@ @set UPDATED-MONTH @UPDATEDMONTH@ +@set UPDATED-YEAR @UPDATEDYEAR@ @set EDITION @VERSION@ @set VERSION @VERSION@ |
