Update includes to note that 6.1 is current production release of FreeBSD.
This commit is contained in:
parent
5b5888a264
commit
1bec29627d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=27759
2 changed files with 11 additions and 11 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD: www/share/sgml/includes.release.xsl,v 1.19 2006/04/13 10:20:18 ceri Exp $ -->
|
||||
<!-- $FreeBSD: www/share/sgml/includes.release.xsl,v 1.20 2006/05/03 02:21:05 brueffer Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
|
|
@ -10,21 +10,21 @@
|
|||
<!-- An upcoming release that we want tested. Set $beta.testing to 0
|
||||
if we're not in the middle of a release cycle. Ha ha. -->
|
||||
<xsl:variable name="beta.testing" select="1" />
|
||||
<xsl:variable name="betarel.current" select='"6.1"'/>
|
||||
<xsl:variable name="betarel.vers" select='"RC2"'/>
|
||||
<xsl:variable name="betarel.current" select='"5.5"'/>
|
||||
<xsl:variable name="betarel.vers" select='"BETA4"'/>
|
||||
<xsl:variable name="u.betarel.schedule">
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$betarel.current"/>R/schedule.html</xsl:variable>
|
||||
|
||||
<!-- A second release that we want tested. Set $beta2.testing to 0
|
||||
if we're not in the middle of a release cycle for two releases
|
||||
at once. -->
|
||||
<xsl:variable name="beta2.testing" select="1" />
|
||||
<xsl:variable name="beta2.testing" select="0" />
|
||||
<xsl:variable name="betarel2.current" select='"5.5"'/>
|
||||
<xsl:variable name="betarel2.vers" select='"BETA4"'/>
|
||||
<xsl:variable name="u.betarel2.schedule">
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$betarel2.current"/>R/schedule.html</xsl:variable>
|
||||
|
||||
<xsl:variable name="rel.current" select='"6.0"'/>
|
||||
<xsl:variable name="rel.current" select='"6.1"'/>
|
||||
<xsl:variable name="rel.current.major" select='"6"'/>
|
||||
|
||||
<xsl:variable name="u.rel.notes">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue