Move 5.5-BETA4 from beta.testing2 to beta.testing.

The marked section in where.sgml regarding release candidates is only
included when beta.testing is INCLUDEd.
This commit is contained in:
Ceri Davies 2006-05-09 08:07:48 +00:00
parent 1c1dd0fe74
commit 211289f437
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=27770

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: www/share/sgml/includes.release.sgml,v 1.22 2006/05/03 02:21:05 brueffer Exp $ -->
<!-- $FreeBSD: www/share/sgml/includes.release.sgml,v 1.23 2006/05/09 02:39:17 murray Exp $ -->
<!-- XXX rel.current and u.rel.* should be available in doc/ -->
<!-- The currently released versions of FreeBSD. This value is used to
@ -28,14 +28,14 @@
<!-- If there is no release currently in the release cycle (i.e. we
don't have something in BETAn or RCn), then change %beta.testing
below to "IGNORE". If we do, use "INCLUDE". -->
<!ENTITY % beta.testing "IGNORE">
<!ENTITY betarel.current '6.2'>
<!ENTITY betarel.vers 'BETA'>
<!ENTITY % beta.testing "INCLUDE">
<!ENTITY betarel.current '5.5'>
<!ENTITY betarel.vers 'BETA4'>
<!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 % beta2.testing "IGNORE">
<!ENTITY betarel2.current '5.5'>
<!ENTITY betarel2.vers 'BETA4'>
<!ENTITY u.betarel2.schedule '&base;/releases/&betarel2.current;R/schedule.html'>