diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-05-03 21:28:38 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-05-03 21:28:38 +0000 |
commit | 5897639a63b476759f18df9496b5d8d8844372fc (patch) | |
tree | f88816cb67915bd77cec138d66c0f3c857220f4f /general.ent | |
parent | 22c4f872869ccd36002f56b84548f04eca0096ba (diff) |
Fix a problem with glibc tests and add some explanations to i
the configure options.
Add a command to touch /root/.vimrc so that the default vim
options don't override those in /etc/vimrc.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11240 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 2f15d2606..33ee3e7fb 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20170501"> +<!ENTITY version "SVN-20170503"> <!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 "20170501-systemd"> +<!ENTITY versiond "20170503-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "May 1, 2017"> +<!ENTITY releasedate "May 3, 2017"> <!ENTITY copyrightdate "1999-2017"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "8.1"> |