diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2017-07-18 01:41:04 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2017-07-18 01:41:04 +0000 |
commit | ba91030766c43f56bb2ec852ccf91f1ced08c6f2 (patch) | |
tree | 0b741bad5d136555bceed0f84616b57c48284c12 /general.ent | |
parent | 67ce2a201a67ec4ed0aa0b79cf7b5e8b529efa24 (diff) |
Update to linux-4.12.2. Fixes #4113.
Update to expat-2.2.2. Fixes #4112.
Update to systemd-234. Fixes #4111.
Postpone systemd test suite until BLFS. Fixes #4107.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11270 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 7b0ab75e8..f571cb46d 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20170713"> +<!ENTITY version "SVN-20170718"> <!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 "20170713-systemd"> +<!ENTITY versiond "20170718-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "July 13, 2017"> +<!ENTITY releasedate "July 18, 2017"> <!ENTITY copyrightdate "1999-2017"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "8.1"> |