diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-08-15 03:54:28 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-08-15 03:54:28 +0000 |
commit | 6a06eaf8448fb37ba08de818e99aee6a6522a8d5 (patch) | |
tree | 1e9bbdf4ae055220cc0d4c35136f05d27e694a9d /general.ent | |
parent | b2b6c6fda7aacd8ec831cab548a311d30b6d1eac (diff) |
Update to man-pages-5.08.
Update to libpipeline-1.5.3.
Update to iproute2-5.8.0.
Update to linux-5.8.1.
Fix typo in settingenviron.xml.
Use entity in perl configuration instructions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12022 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 f3e00722c..44a84500f 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20200811"> +<!ENTITY version "SVN-20200815"> <!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 "20200811-systemd"> +<!ENTITY versiond "20200815-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "August 11th, 2020"> +<!ENTITY releasedate "August 15th, 2020"> <!ENTITY copyrightdate "1999-2020"><!-- jhalfs needs a literal dash, not – --> |