diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-05-03 03:27:00 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-05-03 03:27:00 +0000 |
commit | 4d2077d7985afb26bbe67f75bb3ee7f0c82bf515 (patch) | |
tree | 1f0444363a50af6a1acc6819da12f91951e1acb9 /general.ent | |
parent | a8a87e673956a0ec81ba0a1a1ae13ae287c52847 (diff) |
Adjust zlib instructions to ensure .pc file and all libraries are in the proper
location. Thanks to Chris Staub.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9261 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'general.ent')
-rw-r--r-- | general.ent | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/general.ent b/general.ent index 947eb6ba4..8d78d43ff 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ -<!ENTITY version "SVN-20100420"> -<!ENTITY releasedate "April 20, 2010"> +<!ENTITY version "SVN-20100503"> +<!ENTITY releasedate "May 3, 2010"> <!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "6.7"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |