diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-11-25 17:03:49 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-11-25 17:03:49 +0000 |
commit | 2bd778e9529822d75fdae95f101ee44c4b0b5cf6 (patch) | |
tree | 9289e480143cab425990ae2b7119200bb337f0d5 /general.ent | |
parent | 3f25fa44de1817041a9ade5fa3aab6c8f4ef8132 (diff) |
Upgrade to Autoconf-2.61. Fixes #1918
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7856 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'general.ent')
-rw-r--r-- | general.ent | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/general.ent b/general.ent index a4a220565..ef92d4bf1 100644 --- a/general.ent +++ b/general.ent @@ -1,10 +1,11 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20061124"> -<!ENTITY releasedate "November 24, 2006"> +<!ENTITY version "SVN-20061125"> +<!ENTITY releasedate "November 25, 2006"> <!ENTITY milestone "6.3"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> +<!ENTITY lfs-ticket-root "http://wiki.linuxfromscratch.org/lfs/ticket/"> <!ENTITY blfs-root "&lfs-root;blfs/"> <!ENTITY faq-root "&lfs-root;faq/"> <!ENTITY hints-root "&lfs-root;hints/downloads/files/"> |