diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-06-19 08:13:06 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-06-19 08:13:06 +0000 |
commit | c68e018aab617dab8619f4c5d4c62dcd22c3438c (patch) | |
tree | cec90ca77e79adcfb31a8809f45511b3aef4e05f /general.ent | |
parent | 8072d3da7696d50bc0535ca188d892dc12ed1dab (diff) |
Various text fixes:
- a wrong chapter in toolchain notes, and various text precisions
the option explanations of chapter 8 glibc (was labelled WIP)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11961 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 33c124dbc..5171ad9c3 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20200618"> +<!ENTITY version "SVN-20200619"> <!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 "20200618-systemd"> +<!ENTITY versiond "20200619-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "June 18th, 2020"> +<!ENTITY releasedate "June 19th, 2020"> <!ENTITY copyrightdate "1999-2020"><!-- jhalfs needs a literal dash, not – --> |