FreeBSD 5.2.1-RELEASE is now the latest 5.X release.
This commit is contained in:
parent
da993299f2
commit
65a8d0d9cd
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20177
2 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/share/sgml/includes.release.sgml,v 1.2 2003/10/29 07:37:05 murray Exp $ -->
|
||||
<!-- $FreeBSD: www/share/sgml/includes.release.sgml,v 1.3 2004/01/12 20:36:30 bmah Exp $ -->
|
||||
|
||||
<!-- XXX rel.current and u.rel.* should be available in doc/ -->
|
||||
<!-- The currently released versions of FreeBSD. This value is used to
|
||||
|
@ -21,8 +21,8 @@
|
|||
rel.* and u.rel.* for the "latest and greatest" version and
|
||||
rel2.* and u.rel2.* for the "conservative users" version.
|
||||
-->
|
||||
<!ENTITY rel.current '5.2'>
|
||||
<!ENTITY rel.current.date 'January 2004'>
|
||||
<!ENTITY rel.current '5.2.1'>
|
||||
<!ENTITY rel.current.date 'February 2004'>
|
||||
|
||||
<!-- URLs to information on the latest release -->
|
||||
<!ENTITY u.rel.notes '&base;/releases/&rel.current;R/relnotes.html'>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD: www/share/sgml/includes.release.xsl,v 1.1 2003/11/24 18:26:34 hrs Exp $ -->
|
||||
<!-- $FreeBSD: www/share/sgml/includes.release.xsl,v 1.2 2004/01/12 20:36:30 bmah Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
<xsl:variable name="rel.current" select='"5.2"'/>
|
||||
<xsl:variable name="rel.current" select='"5.2.1"'/>
|
||||
|
||||
<xsl:variable name="u.rel.notes">
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/relnotes.html</xsl:variable>
|
||||
|
|
Loading…
Reference in a new issue