BAM! Make 5.2-RELEASE the current 5.X release on the Web site.

This commit is contained in:
Bruce A. Mah 2004-01-12 20:36:30 +00:00
parent 8183da4fb6
commit 624c5bee59
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=19610
2 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: www/share/sgml/includes.release.sgml,v 1.1 2003/10/11 18:51:26 hrs Exp $ -->
<!-- $FreeBSD: www/share/sgml/includes.release.sgml,v 1.2 2003/10/29 07:37:05 murray 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.1'>
<!ENTITY rel.current.date 'June 2003'>
<!ENTITY rel.current '5.2'>
<!ENTITY rel.current.date 'January 2004'>
<!-- URLs to information on the latest release -->
<!ENTITY u.rel.notes '&base;/releases/&rel.current;R/relnotes.html'>

View file

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!-- $FreeBSD$ -->
<!-- $FreeBSD: www/share/sgml/includes.release.xsl,v 1.1 2003/11/24 18:26:34 hrs Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:variable name="rel.current" select='"5.1"'/>
<xsl:variable name="rel.current" select='"5.2"'/>
<xsl:variable name="u.rel.notes">
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/relnotes.html</xsl:variable>