diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-10-18 00:08:15 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-10-18 00:08:15 +0000 |
commit | d86db6b5dfa22f3c1c645bf6e0548516ed871b4f (patch) | |
tree | b351550f8c58dec933f30d3c809685fa0768bd70 /general.ent | |
parent | 96bca9637681750e24a15eb016c179e1945de821 (diff) |
Move attr and acl to be before shadow.
Update to linux-5.3.6.
Update to man-pages-5.03.
Update to meson-0.52.0.
Update to Python-3.8.0.
Update to binutils-2.33.1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11685 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 061a92e02..a78b13b5d 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20191003"> +<!ENTITY version "SVN-20191017"> <!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 "20191003-systemd"> +<!ENTITY versiond "20191017-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "October 3rd, 2019"> +<!ENTITY releasedate "October 17th, 2019"> <!ENTITY copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "9.0"> |