diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2021-01-16 07:59:34 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2021-01-16 07:59:34 +0000 |
commit | beaca0e3e5ba2343fe737d6d1a90d6f84e09816d (patch) | |
tree | 84a26173156127e088bb46f047a45295b8360e02 /general.ent | |
parent | 5fffcda0ad6643d01b018f3ee7edd919b00fc50a (diff) |
Update to tcl-8.6.11
Update to meson-0.56.2
Update to linux-5.10.7
Update to tar-1.33
Update to kmod-28
Update to findutils-4.8.0
In kmod, add zstd support for compressed kernel modules
Typo fix for Cleaning Up
Document GDBM test failure
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12097 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'general.ent')
-rw-r--r-- | general.ent | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/general.ent b/general.ent index 28e98fe8d..b5b591c01 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20210113"> +<!ENTITY version "SVN-20210116"> <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; Change to x.y for release but not -rc releases --> <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> -<!ENTITY versiond "20210113-systemd"> +<!ENTITY versiond "20210116-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "January 13th, 2021"> +<!ENTITY releasedate "January 16th, 2021"> <!ENTITY copyrightdate "1999-2021"><!-- jhalfs needs a literal dash, not – --> |