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 /guile | |
| 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 'guile')
| -rw-r--r-- | guile/mu-guile.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guile/mu-guile.texi b/guile/mu-guile.texi index ae238b2..9eae2fe 100644 --- a/guile/mu-guile.texi +++ b/guile/mu-guile.texi @@ -14,7 +14,7 @@ @include version.texi @copying -Copyright @copyright{} 2012 Dirk-Jan C. Binnema +Copyright @copyright{} 2012-@value{UPDATED-YEAR} Dirk-Jan C. Binnema @quotation Permission is granted to copy, distribute and/or modify this document |
