diff options
-rw-r--r-- | share/xml/freebsd.ent | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/xml/freebsd.ent b/share/xml/freebsd.ent index 38a2cd9f6a..331d5b7baa 100644 --- a/share/xml/freebsd.ent +++ b/share/xml/freebsd.ent @@ -69,14 +69,14 @@ used in both environments. it's really release time --> <!-- Entities for multiple "latest" versions of FreeBSD --> -<!ENTITY rel.current "11.2"> -<!ENTITY rel.current.date "June 2018"> +<!ENTITY rel.current "12.0"> +<!ENTITY rel.current.date "November 2018"> <!ENTITY rel.current.notes 'https://www.FreeBSD.org/releases/&rel.current;R/notes.html'> <!ENTITY rel.current.hardware 'https://www.FreeBSD.org/releases/&rel.current;R/hardware.html'> <!ENTITY rel.current.errata 'https://www.FreeBSD.org/releases/&rel.current;R/errata.html'> -<!ENTITY rel1.current "11.1"> -<!ENTITY rel1.current.date "July 2017"> +<!ENTITY rel1.current "11.2"> +<!ENTITY rel1.current.date "June 2018"> <!ENTITY rel1.current.notes 'https://www.FreeBSD.org/releases/&rel1.current;R/notes.html'> <!ENTITY rel1.current.hardware 'https://www.FreeBSD.org/releases/&rel1.current;R/hardware.html'> <!ENTITY rel1.current.errata 'https://www.FreeBSD.org/releases/&rel1.current;R/errata.html'> |