aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorCeri Davies <ceri@FreeBSD.org>2006-03-11 19:32:26 +0000
committerCeri Davies <ceri@FreeBSD.org>2006-03-11 19:32:26 +0000
commit4dfcf8cc8dd45863f91727a42bd6b1e77803ed48 (patch)
tree6bd535b44b0ed5f8f6c4344a55d5685eff02c373 /share
parentf7525141a1d81b9439b51e18dc438201be8f5623 (diff)
downloaddoc-4dfcf8cc8dd45863f91727a42bd6b1e77803ed48.tar.gz
doc-4dfcf8cc8dd45863f91727a42bd6b1e77803ed48.zip
Belatedly announce the BETA3s. Apologies for missing this, I didn't see
an announcement go out.
Notes
Notes: svn path=/www/; revision=27309
Diffstat (limited to 'share')
-rw-r--r--share/sgml/includes.release.sgml6
-rw-r--r--share/sgml/includes.release.xsl6
2 files changed, 6 insertions, 6 deletions
diff --git a/share/sgml/includes.release.sgml b/share/sgml/includes.release.sgml
index d8a429fbf9..1d4e35cb26 100644
--- a/share/sgml/includes.release.sgml
+++ b/share/sgml/includes.release.sgml
@@ -1,4 +1,4 @@
-<!-- $FreeBSD: www/share/sgml/includes.release.sgml,v 1.17 2006/02/14 19:19:10 ceri Exp $ -->
+<!-- $FreeBSD: www/share/sgml/includes.release.sgml,v 1.18 2006/02/20 23:30:02 ceri Exp $ -->
<!-- XXX rel.current and u.rel.* should be available in doc/ -->
<!-- The currently released versions of FreeBSD. This value is used to
@@ -30,14 +30,14 @@
below to "IGNORE". If we do, use "INCLUDE". -->
<!ENTITY % beta.testing "INCLUDE">
<!ENTITY betarel.current '6.1'>
-<!ENTITY betarel.vers 'BETA2'>
+<!ENTITY betarel.vers 'BETA3'>
<!ENTITY u.betarel.schedule '&base;/releases/&betarel.current;R/schedule.html'>
<!-- If we have a second release in the release cycle (e.g. 5.x and 6.y
are having release candidates at the same time), do the same here. -->
<!ENTITY % beta2.testing "INCLUDE">
<!ENTITY betarel2.current '5.5'>
-<!ENTITY betarel2.vers 'BETA2'>
+<!ENTITY betarel2.vers 'BETA3'>
<!ENTITY u.betarel2.schedule '&base;/releases/&betarel2.current;R/schedule.html'>
<!ENTITY rel.current '6.0'>
diff --git a/share/sgml/includes.release.xsl b/share/sgml/includes.release.xsl
index 4d3e983dc4..802692cfa3 100644
--- a/share/sgml/includes.release.xsl
+++ b/share/sgml/includes.release.xsl
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
-<!-- $FreeBSD: www/share/sgml/includes.release.xsl,v 1.15 2006/02/14 19:19:10 ceri Exp $ -->
+<!-- $FreeBSD: www/share/sgml/includes.release.xsl,v 1.16 2006/02/20 23:30:02 ceri Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
@@ -11,7 +11,7 @@
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='"BETA2"'/>
+ <xsl:variable name="betarel.vers" select='"BETA3"'/>
<xsl:variable name="u.betarel.schedule">
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$betarel.current"/>R/schedule.html</xsl:variable>
@@ -20,7 +20,7 @@
at once. -->
<xsl:variable name="beta2.testing" select="1" />
<xsl:variable name="betarel2.current" select='"5.5"'/>
- <xsl:variable name="betarel2.vers" select='"BETA2"'/>
+ <xsl:variable name="betarel2.vers" select='"BETA3"'/>
<xsl:variable name="u.betarel2.schedule">
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$betarel2.current"/>R/schedule.html</xsl:variable>