diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2017-01-03 04:32:14 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2017-01-03 04:32:14 +0000 |
commit | 512c848797558f54bfce08a0f7cf262faad200fa (patch) | |
tree | 89c1a765b945ce83340c6d4a64cd434f5f767cc0 /general.ent | |
parent | 8557cabb5520c89845d23604d0f255d0c154e4b9 (diff) |
Update to zlib-1.2.9, fixes #4023. Update to m4-1.4.18, fixes #4022, correct binutils linking with zlib and enable plugins.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11162 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'general.ent')
-rw-r--r-- | general.ent | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/general.ent b/general.ent index 841778376..7ff96148b 100644 --- a/general.ent +++ b/general.ent @@ -1,15 +1,15 @@ -<!ENTITY version "SVN-20170101"> +<!ENTITY version "SVN-20170103"> <!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 "20170101-systemd"> +<!ENTITY versiond "20170103-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "January 1, 2016"> +<!ENTITY releasedate "January 3, 2016"> <!ENTITY copyrightdate "1999-2017"><!-- jhalfs needs a literal dash, not – --> -<!ENTITY milestone "7.11"> +<!ENTITY milestone "8.0"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> <!ENTITY blfs-root "&lfs-root;blfs/"> |