diff options
Diffstat (limited to 'share/sgml/freebsd.ent')
-rw-r--r-- | share/sgml/freebsd.ent | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/share/sgml/freebsd.ent b/share/sgml/freebsd.ent index a85b195e35..41726c756f 100644 --- a/share/sgml/freebsd.ent +++ b/share/sgml/freebsd.ent @@ -36,24 +36,24 @@ used in both environments. <!-- The currently released version of FreeBSD. This value is used to create some links on web sites and such, so do NOT change it until it's really release time --> -<!ENTITY rel.current "5.4"> -<!ENTITY rel.current.date "May 2005"> +<!ENTITY rel.current "6.0"> +<!ENTITY rel.current.date "Oct 2005"> <!ENTITY rel.current.notes 'http://www.FreeBSD.org/releases/&rel.current;R/notes.html'> <!ENTITY rel.current.hardware 'http://www.FreeBSD.org/releases/&rel.current;R/hardware.html'> <!ENTITY rel.current.errata 'http://www.FreeBSD.org/releases/&rel.current;R/errata.html'> <!-- Entities for multiple "latest" versions of FreeBSD --> -<!ENTITY rel2.current "4.11"> -<!ENTITY rel2.current.date "Jan 2005"> +<!ENTITY rel2.current "5.4"> +<!ENTITY rel2.current.date "May 2005"> <!ENTITY rel2.current.notes 'http://www.FreeBSD.org/releases/&rel2.current;R/notes.html'> <!ENTITY rel2.current.hardware 'http://www.FreeBSD.org/releases/&rel2.current;R/hardware.html'> <!ENTITY rel2.current.errata 'http://www.FreeBSD.org/releases/&rel2.current;R/errata.html'> <!-- Entities for the snapshots --> <!ENTITY snapshots.stable - 'ftp://snapshots.jp.freebsd.org/pub/FreeBSD/snapshots/i386/4-LATEST'> -<!ENTITY snapshots.current 'ftp://snapshots.jp.freebsd.org/pub/FreeBSD/snapshots/i386/5-LATEST'> +<!ENTITY snapshots.current + 'ftp://snapshots.jp.freebsd.org/pub/FreeBSD/snapshots/i386/6-LATEST'> <!-- Sections that we don't want to be published --> <!ENTITY % not.published "IGNORE"> |