diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-12-31 07:10:48 -0600 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-12-31 07:10:48 -0600 |
commit | ad89f7b0d63fac3c1bca0e5d11880d97c511f84e (patch) | |
tree | 3c6959befca5cc35adae4846efbd4635a3ed04d7 /git-version.sh | |
parent | 6d19228191743967e3f30ebaf833b5d0857d018b (diff) |
Package updates.
Update to e2fsprogs-1.46.5.
Update to zstd-1.5.1.
Update to expat-2.4.2.
Update to shadow-4.10.
Update to sysvinit-3.01.
Update to linux-5.15.12.
Update to iana-etc-20211224.
Update to openssl-3.0.1.
Update to eudev-3.2.11.
Update lfs-latest-git.php currency for new eudev location.
Diffstat (limited to 'git-version.sh')
-rwxr-xr-x | git-version.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-version.sh b/git-version.sh index 1214ea824..7e0b3b4df 100755 --- a/git-version.sh +++ b/git-version.sh @@ -24,7 +24,7 @@ if ! git status > /dev/null; then echo "<!ENTITY version \"unknown-systemd\">" >> version.ent echo "]]>" >> version.ent echo "<!ENTITY releasedate \"unknown\">" >> version.ent - echo "<!ENTITY copyrightdate \"1999-2021\">" >> version.ent + echo "<!ENTITY copyrightdate \"1999-2022\">" >> version.ent exit 0 fi |