diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-06-26 17:38:03 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-06-26 17:38:03 +0000 |
commit | 44dc5587c3f6c840a9d04af91016f0ca7b4f50c2 (patch) | |
tree | 4ca9c85468fa8000fbcad34c5ef78b03f0a94ed1 /general.ent | |
parent | 4584c156c22e3f7f0045f182888e3154563def1d (diff) |
Fix an error in the mountfs bootscript.
Remove outdated seds for diffutils in both Chapters 5 and 6.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11263 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 0d1d4b310..88d146d6e 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20170624"> +<!ENTITY version "SVN-20170626"> <!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 "20170624-systemd"> +<!ENTITY versiond "20170626-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "June 24, 2017"> +<!ENTITY releasedate "June 26, 2017"> <!ENTITY copyrightdate "1999-2017"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "8.1"> |