diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2018-12-27 14:00:05 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2018-12-27 14:00:05 +0000 |
commit | f7cea723fc9485c7a0a0f97643a01b97928c6b2b (patch) | |
tree | e7c0e79eef120585d175370ffcf050c251a1ec8e /general.ent | |
parent | 8dbae309bba5448ab0a720ab47d29953609fef4a (diff) |
Update to systemd-240
Update to linux-4.19.12 (Not doing 4.20 yet)
Update to e2fsprogs-1.44.5
Update to bison-3.2.4
Update to sed-4.7
Update to grep-3.3
Update to Python-3.7.2
Update to groff-1.22.4
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11495 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 c9c00cff2..087312226 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20181212"> +<!ENTITY version "SVN-20181227"> <!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 "20181212-systemd"> +<!ENTITY versiond "20181227-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "December 12, 2018"> +<!ENTITY releasedate "December 27, 2018"> <!ENTITY copyrightdate "1999-2018"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "8.4"> |