Bump version numbers for 6.0R.
This commit is contained in:
parent
6bc6fe465f
commit
bcdaba272d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26223
3 changed files with 29 additions and 18 deletions
|
|
@ -1,22 +1,22 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD: www/share/sgml/includes.release.xsl,v 1.12 2005/10/08 09:26:48 ceri Exp $ -->
|
||||
<!-- $FreeBSD: www/share/sgml/includes.release.xsl,v 1.13 2005/10/11 15:29:01 ceri Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
<xsl:variable name="rel.head" select='"6.0"'/>
|
||||
<xsl:variable name="rel.head.major" select='"6"'/>
|
||||
<xsl:variable name="rel.head" select='"7.0"'/>
|
||||
<xsl:variable name="rel.head.major" select='"7"'/>
|
||||
|
||||
<!-- 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="beta.testing" select="0" />
|
||||
<xsl:variable name="betarel.current" select='"6.0"'/>
|
||||
<xsl:variable name="betarel.vers" select='"RC1"'/>
|
||||
<xsl:variable name="u.betarel.schedule">
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$betarel.current"/>R/schedule.html</xsl:variable>
|
||||
|
||||
<xsl:variable name="rel.current" select='"5.4"'/>
|
||||
<xsl:variable name="rel.current.major" select='"5"'/>
|
||||
<xsl:variable name="rel.current" select='"6.0"'/>
|
||||
<xsl:variable name="rel.current.major" select='"6"'/>
|
||||
|
||||
<xsl:variable name="u.rel.notes">
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/relnotes.html</xsl:variable>
|
||||
|
|
@ -36,8 +36,8 @@
|
|||
<xsl:variable name="u.rel.migration">
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/migration-guide.html</xsl:variable>
|
||||
|
||||
<xsl:variable name="rel2.current" select='"4.11"'/>
|
||||
<xsl:variable name="rel2.current.major" select='"4"'/>
|
||||
<xsl:variable name="rel2.current" select='"5.4"'/>
|
||||
<xsl:variable name="rel2.current.major" select='"5"'/>
|
||||
|
||||
<xsl:variable name="u.rel2.notes">
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel2.current"/>R/relnotes.html</xsl:variable>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue